OSDN Git Service

thermometer: Fix indentation
authorAndrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
Tue, 9 Oct 2012 11:19:57 +0000 (13:19 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Tue, 9 Oct 2012 15:56:39 +0000 (17:56 +0200)
profiles/thermometer/thermometer.c

index 09e529e..ee76a2e 100644 (file)
@@ -83,7 +83,7 @@ struct thermometer {
 };
 
 struct characteristic {
-       struct gatt_char                attr;   /* Characteristic */
+       struct gatt_char        attr;   /* Characteristic */
        GSList                  *desc;  /* Descriptors */
        struct thermometer      *t;     /* Thermometer where the char belongs */
 };