From c0e1d4495a8afe51cc1900269d6a6fcf0b51a761 Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Wed, 18 Jun 2014 11:33:41 +0200
Subject: [PATCH] cli: minor whitespace fix

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
---
 main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.c b/main.c
index ebd52c0..3166746 100644
--- 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,
-				state ? state->error : "Out of memory");
+		        state ? state->error : "Out of memory");
 
 		goto out;
 	}
-- 
2.25.1