From 23f1c9131dac0bb3ab4cc6af85a065a5de21af77 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Sun, 5 Oct 2014 23:47:41 -0400 Subject: [PATCH] Tests: cleanup extra whitespace MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- tests/lib/test_ctf_writer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.34.1