Tests: cleanup extra whitespace
[babeltrace.git] / 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.024783 seconds and 4 git commands to generate.