Align macros indentation with the rest of the code

This commit is contained in:
Romain Tartière 2017-06-29 09:24:27 +02:00
parent 5bd27a9d68
commit 32c6ed8f32

View file

@ -332,6 +332,7 @@ bit 0: PICC master key frozen (reversible with configuration change or when form
(read_write << 4) | \
(change_access_rights) \
)
#define MDAR_READ(ar) (((ar) >> 12) & 0x0f)
#define MDAR_WRITE(ar) (((ar) >> 8) & 0x0f)
#define MDAR_READ_WRITE(ar) (((ar) >> 4) & 0x0f)