cli: minor whitespace fix
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 18 Jun 2014 09:33:41 +0000 (11:33 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 18 Jun 2014 09:33:41 +0000 (11:33 +0200)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
main.c

diff --git a/main.c b/main.c
index ebd52c0cecf0cbb5542cb52ce20a43ec9d6bd150..3166746fd985e58623265d8fcafd6041c84b29b8 100644 (file)
--- a/main.c
+++ b/main.c
@@ -265,7 +265,7 @@ filter_json(int opt, struct json_object *jsobj, char *expr)
        {
                fprintf(stderr, "Syntax error near {%s}: %s\n",
                        state ? expr + state->erroff : expr,
        {
                fprintf(stderr, "Syntax error near {%s}: %s\n",
                        state ? expr + state->erroff : expr,
-                               state ? state->error : "Out of memory");
+                       state ? state->error : "Out of memory");
 
                goto out;
        }
 
                goto out;
        }