print: Fix indentation

This commit is contained in:
Benjamin Berg
2022-06-09 15:35:14 +02:00
parent f20b8bc311
commit 9c12b762a7

View File

@@ -42,7 +42,7 @@ gboolean fpi_print_add_from_image (FpPrint *print,
FpImage *image, FpImage *image,
GError **error); GError **error);
FpiMatchResult fpi_print_bz3_match (FpPrint * template, FpiMatchResult fpi_print_bz3_match (FpPrint *temp,
FpPrint *print, FpPrint *print,
gint bz3_threshold, gint bz3_threshold,
GError **error); GError **error);