]> git.ozlabs.org Git - ccan/blobdiff - ccan/string/test/run.c
commiting changes for test case of grab_file
[ccan] / ccan / string / test / run.c
index 02403d24511300a68f05d182d68fa98f66a6503e..c50854ab61c5d996e5365af50bbbce9158c1ad93 100644 (file)
@@ -27,7 +27,7 @@ int main(int argc, char *argv[])
        char **split, *str;
        void *ctx;
        char *strings[NUM_SUBSTRINGS * NUM_SUBSTRINGS];
-
+       
        n = 0;
        for (i = 0; i < NUM_SUBSTRINGS; i++) {
                for (j = 0; j < NUM_SUBSTRINGS; j++) {
@@ -115,7 +115,5 @@ int main(int argc, char *argv[])
        ok1(talloc_parent(str) == ctx);
        talloc_free(ctx);
 
-
-       
        return exit_status();
 }