Return-Path: From: Andrzej Kaczmarek To: CC: Andrzej Kaczmarek Subject: [PATCH 13/14] thermometer: Fix indentation Date: Tue, 25 Sep 2012 16:52:42 +0200 Message-ID: <1348584763-22824-14-git-send-email-andrzej.kaczmarek@tieto.com> In-Reply-To: <1348584763-22824-1-git-send-email-andrzej.kaczmarek@tieto.com> References: <1348584763-22824-1-git-send-email-andrzej.kaczmarek@tieto.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-bluetooth-owner@vger.kernel.org List-ID: --- 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 7c9cd0e..8733843 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 */ }; -- 1.7.11.3