diff options
author | Yaniv Kaul <ykaul@redhat.com> | 2018-08-24 16:51:54 +0300 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2018-08-27 13:12:43 +0000 |
commit | 161afaf0851bb1765cd033395f70b5b59c7352d0 (patch) | |
tree | 0eaacb257dc86909635340d5bc54399c2a0e5c6e | |
parent | c0a4ce316dcdfee918073479eb197a2f9f5684e5 (diff) |
dict.c: fix indention
updates: bz#1193929
Signed-off-by: Yaniv Kaul <ykaul@redhat.com>
Change-Id: I3f210ae236f778fd0e8e7a17d01da21f65cb4e4b
-rw-r--r-- | libglusterfs/src/dict.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |