remove some crap
[project/uci.git] / test.c
diff --git a/test.c b/test.c
index 9b0b106b755643889d213e79d1914aadc25c062f..53b2a6a41c625f5cf4680bb575838b3a1d2ffd40 100644 (file)
--- a/test.c
+++ b/test.c
@@ -1,5 +1,4 @@
 /*
- * libuci - Library for the Unified Configuration Interface
  * Copyright (C) 2008 Felix Fietkau <nbd@openwrt.org>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -21,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;
 }