From 9c12b762a7c53d3637fe950805af31457bda1baa Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Thu, 9 Jun 2022 15:35:14 +0200 Subject: [PATCH] print: Fix indentation --- libfprint/fpi-print.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libfprint/fpi-print.h b/libfprint/fpi-print.h index fb388097..f3e72b40 100644 --- a/libfprint/fpi-print.h +++ b/libfprint/fpi-print.h @@ -42,9 +42,9 @@ gboolean fpi_print_add_from_image (FpPrint *print, FpImage *image, GError **error); -FpiMatchResult fpi_print_bz3_match (FpPrint * template, - FpPrint * print, - gint bz3_threshold, +FpiMatchResult fpi_print_bz3_match (FpPrint *temp, + FpPrint *print, + gint bz3_threshold, GError **error); /* Helpers to encode metadata into user ID strings. */