From c3e50abd8243174fcc843b5c111d1c5adc31720a Mon Sep 17 00:00:00 2001 From: Andrzej Kaczmarek Date: Tue, 9 Oct 2012 13:19:57 +0200 Subject: [PATCH] thermometer: Fix indentation --- profiles/thermometer/thermometer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/thermometer/thermometer.c b/profiles/thermometer/thermometer.c index 09e529ee4..ee76a2ecc 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 */ }; -- 2.47.3