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 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 { -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html