From f5f177e711023583a9cdbb35ec0ac178f0d7dc66 Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Wed, 6 Nov 2013 16:38:52 +0400 Subject: [PATCH] Fix indentation. Signed-off-by: Andrew Borodin --- tests/lib/strutil/parse_integer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/strutil/parse_integer.c b/tests/lib/strutil/parse_integer.c index e670862cb..3354d250d 100644 --- a/tests/lib/strutil/parse_integer.c +++ b/tests/lib/strutil/parse_integer.c @@ -132,7 +132,7 @@ START_TEST (parse_integer_test) /* then */ fail_unless (invalid == data->invalid && actual_result == data->expected_result, - "actial ( %" PRIuMAX ") not equal to\nexpected (%" PRIuMAX ")", + "actial ( %" PRIuMAX ") not equal to\nexpected (%" PRIuMAX ")", actual_result, data->expected_result); } /* *INDENT-OFF* */