]> pilppa.org Git - uci.git/blobdiff - test.c
more error handling
[uci.git] / test.c
diff --git a/test.c b/test.c
index 44e2dc8b188e3d220411869b24c530350121cab7..53b2a6a41c625f5cf4680bb575838b3a1d2ffd40 100644 (file)
--- a/test.c
+++ b/test.c
@@ -20,11 +20,11 @@ int main(int argc, char **argv)
                fprintf(stderr, "Failed to allocate uci context");
                return 1;
        }
-       
+
        if (uci_parse(ctx, argv[1])) {
                uci_perror(ctx, "uci_parse");
                return 1;
        }
-       
+
        return 0;
 }