mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
Fix indentation issues with uncrustify-0.76.0
Apparently older version didn't find this indentation issues
This commit is contained in:
@@ -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