Skip to content

Commit 9c12b76

Browse files
author
Benjamin Berg
committed
print: Fix indentation
1 parent f20b8bc commit 9c12b76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libfprint/fpi-print.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ gboolean fpi_print_add_from_image (FpPrint *print,
4242
FpImage *image,
4343
GError **error);
4444

45-
FpiMatchResult fpi_print_bz3_match (FpPrint * template,
46-
FpPrint * print,
47-
gint bz3_threshold,
45+
FpiMatchResult fpi_print_bz3_match (FpPrint *temp,
46+
FpPrint *print,
47+
gint bz3_threshold,
4848
GError **error);
4949

5050
/* Helpers to encode metadata into user ID strings. */

0 commit comments

Comments
 (0)