Fix indentation issues with uncrustify-0.76.0

Apparently older version didn't find this indentation issues
This commit is contained in:
Vasily Khoruzhick
2023-01-08 23:36:18 -08:00
parent 89509c76f4
commit a5d52eb853
10 changed files with 92 additions and 92 deletions

View File

@@ -102,9 +102,9 @@ plot_minutiae (unsigned char *rgbdata,
int i;
#define write_pixel(num) do { \
rgbdata[((num) * 3)] = 0xff; \
rgbdata[((num) * 3) + 1] = 0; \
rgbdata[((num) * 3) + 2] = 0; \
rgbdata[((num) * 3)] = 0xff; \
rgbdata[((num) * 3) + 1] = 0; \
rgbdata[((num) * 3) + 2] = 0; \
} while(0)
for (i = 0; i < minutiae->len; i++)