Tests: cleanup extra whitespace
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 6 Oct 2014 03:47:41 +0000 (23:47 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 6 Oct 2014 03:47:41 +0000 (23:47 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/lib/test_ctf_writer.c

index e11a90778f7dd3dab6b250b9f13067b493e24ea9..9c9f13093d59b3bb4fd8ef6067244facb42603cd 100644 (file)
@@ -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;
                }
This page took 0.028865 seconds and 4 git commands to generate.