lib: Fix whitespace errors
This commit is contained in:
parent
080c414ce9
commit
3d222ddda7
1 changed files with 3 additions and 3 deletions
|
@ -325,8 +325,8 @@ struct fp_minutiae {
|
||||||
};
|
};
|
||||||
|
|
||||||
/* bit values for fp_img.flags */
|
/* bit values for fp_img.flags */
|
||||||
#define FP_IMG_V_FLIPPED (1<<0)
|
#define FP_IMG_V_FLIPPED (1<<0)
|
||||||
#define FP_IMG_H_FLIPPED (1<<1)
|
#define FP_IMG_H_FLIPPED (1<<1)
|
||||||
#define FP_IMG_COLORS_INVERTED (1<<2)
|
#define FP_IMG_COLORS_INVERTED (1<<2)
|
||||||
#define FP_IMG_BINARIZED_FORM (1<<3)
|
#define FP_IMG_BINARIZED_FORM (1<<3)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue