From: Bruno Haible Date: Sun, 6 Oct 2019 01:40:09 +0000 (+0200) Subject: Correct indentation. X-Git-Tag: v0.20.2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cb6bfca58a29f63c5318b648ca3788a19548541;p=thirdparty%2Fgettext.git Correct indentation. * gettext-tools/src/x-scheme.c (read_object): Correct indentation. --- diff --git a/gettext-tools/src/x-scheme.c b/gettext-tools/src/x-scheme.c index 075f46795..33f936bb3 100644 --- a/gettext-tools/src/x-scheme.c +++ b/gettext-tools/src/x-scheme.c @@ -721,8 +721,8 @@ read_object (struct object *op, flag_context_ty outer_context) case '(': { - int arg = 0; /* Current argument number. */ - flag_context_list_iterator_ty context_iter; + int arg = 0; /* Current argument number. */ + flag_context_list_iterator_ty context_iter; const struct callshapes *shapes = NULL; struct arglist_parser *argparser = NULL;