Diff between 61142605f8026917b0b27c256f314d794af42866 and 78d406b77ad1e2b7e810f655129143fc2b5406d7

Changed Files

File Additions Deletions Status
profiles/health/mcap.h +6 -6 modified

Full Patch

diff --git a/profiles/health/mcap.h b/profiles/health/mcap.h
index 548d672..69873ca 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 {