Fix indentation.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2013-11-06 16:38:52 +04:00
parent 51769255b9
commit f5f177e711

View File

@ -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* */