From 78d406b77ad1e2b7e810f655129143fc2b5406d7 Mon Sep 17 00:00:00 2001 From: Grzegorz Kolodziejczyk Date: Thu, 30 Oct 2014 16:32:41 +0100 Subject: [PATCH] health: Keep struct element indentions consist Indentions should be tabbed to keep consist with other structs. --- profiles/health/mcap.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/profiles/health/mcap.h b/profiles/health/mcap.h index 548d67259..69873ca82 100644 --- a/profiles/health/mcap.h +++ b/profiles/health/mcap.h @@ -124,12 +124,12 @@ typedef struct { } __attribute__ ((packed)) mcap_md_sync_rsp; typedef struct { - uint8_t op; - uint8_t rc; - uint8_t btclock; - uint16_t sltime; - uint16_t timestnr; - uint16_t timestna; + uint8_t op; + uint8_t rc; + uint8_t btclock; + uint16_t sltime; + uint16_t timestnr; + uint16_t timestna; } __attribute__ ((packed)) mcap_md_sync_cap_rsp; typedef struct { -- 2.47.3