From 5e39064e5d9e954fe44c28cd9cf5f6ebc527f767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Thu, 24 Dec 2015 14:59:38 +0100 Subject: [PATCH] tabs --- src/vec_match.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/vec_match.c b/src/vec_match.c index 353b664..eb48a4f 100644 --- a/src/vec_match.c +++ b/src/vec_match.c @@ -8,12 +8,12 @@ #define SQUARE(a) ((a)*(a)) bool vec_match(const float *data, - const float *ref, - uint32_t length, - uint8_t drift_x, - float offset_y, - float *envl_match_error, - float *abs_match_error) + const float *ref, + uint32_t length, + uint8_t drift_x, + float offset_y, + float *envl_match_error, + float *abs_match_error) { int a, b;