mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-15 00:44:25 +09:00
scripts/uncrustify: Use 2-spaces indentation for defines too
This commit is contained in:
committed by
Marco Trevisan
parent
4dd51f38c7
commit
ee73d67765
@@ -162,9 +162,9 @@ enum {
|
||||
|
||||
/* Dump buffer for debug */
|
||||
#define dump_buffer(buf) \
|
||||
fp_dbg ("%02x %02x %02x %02x %02x %02x %02x %02x", \
|
||||
buf[6], buf[7], buf[8], buf[9], buf[10], buf[11], buf[12], buf[13] \
|
||||
)
|
||||
fp_dbg ("%02x %02x %02x %02x %02x %02x %02x %02x", \
|
||||
buf[6], buf[7], buf[8], buf[9], buf[10], buf[11], buf[12], buf[13] \
|
||||
)
|
||||
|
||||
/* Callback of asynchronous send */
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user