From: Jérémie Galarneau Date: Mon, 6 Oct 2014 03:47:41 +0000 (-0400) Subject: Tests: cleanup extra whitespace X-Git-Tag: v2.0.0-pre1~1495 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=23f1c9131dac0bb3ab4cc6af85a065a5de21af77 Tests: cleanup extra whitespace Signed-off-by: Jérémie Galarneau --- diff --git a/tests/lib/test_ctf_writer.c b/tests/lib/test_ctf_writer.c index e11a9077..9c9f1309 100644 --- a/tests/lib/test_ctf_writer.c +++ b/tests/lib/test_ctf_writer.c @@ -66,7 +66,7 @@ int uuid_match(const unsigned char *uuid_a, const unsigned char *uuid_b) goto end; } - for (i = 0; i < 16; i++) { + for (i = 0; i < 16; i++) { if (uuid_a[i] != uuid_b[i]) { goto end; }