From: Jérémie Galarneau Date: Mon, 6 Oct 2014 03:47:41 +0000 (-0400) Subject: Tests: cleanup extra whitespace X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=23f1c9131dac0bb3ab4cc6af85a065a5de21af77;p=deliverable%2Fbabeltrace.git 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 e11a90778..9c9f13093 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; }