Diff between 10d0fe065b7070b114d5e85074fe7e02c8b94018 and c3e50abd8243174fcc843b5c111d1c5adc31720a

Changed Files

File Additions Deletions Status
profiles/thermometer/thermometer.c +1 -1 modified

Full Patch

diff --git a/profiles/thermometer/thermometer.c b/profiles/thermometer/thermometer.c
index 09e529e..ee76a2e 100644
--- a/profiles/thermometer/thermometer.c
+++ b/profiles/thermometer/thermometer.c
@@ -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 */
 };