summaryrefslogtreecommitdiff
path: root/profiles/health
diff options
context:
space:
mode:
authorGrzegorz Kolodziejczyk <grzegorz.kolodziejczyk@tieto.com>2014-10-30 16:32:41 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2014-11-02 15:33:19 +0200
commit78d406b77ad1e2b7e810f655129143fc2b5406d7 (patch)
tree19d96ab454c60880283f9e258949ca4c4c9ecd23 /profiles/health
parent61142605f8026917b0b27c256f314d794af42866 (diff)
downloadbluez-78d406b77ad1e2b7e810f655129143fc2b5406d7.tar.gz
health: Keep struct element indentions consist
Indentions should be tabbed to keep consist with other structs.
Diffstat (limited to 'profiles/health')
-rw-r--r--profiles/health/mcap.h12
1 files 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 {