From 161afaf0851bb1765cd033395f70b5b59c7352d0 Mon Sep 17 00:00:00 2001 From: Yaniv Kaul Date: Fri, 24 Aug 2018 16:51:54 +0300 Subject: dict.c: fix indention updates: bz#1193929 Signed-off-by: Yaniv Kaul Change-Id: I3f210ae236f778fd0e8e7a17d01da21f65cb4e4b --- libglusterfs/src/dict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs') diff --git a/libglusterfs/src/dict.c b/libglusterfs/src/dict.c index 457fc3b8517..a3b540d1ad8 100644 --- a/libglusterfs/src/dict.c +++ b/libglusterfs/src/dict.c @@ -3080,7 +3080,7 @@ out: int32_t dict_unserialize (char *orig_buf, int32_t size, dict_t **fill) { - char *buf = orig_buf; + char *buf = orig_buf; int ret = -1; int32_t count = 0; int i = 0; -- cgit