]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Correct indentation.
authorBruno Haible <bruno@clisp.org>
Sun, 6 Oct 2019 01:40:09 +0000 (03:40 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 13 Apr 2020 11:24:20 +0000 (13:24 +0200)
* gettext-tools/src/x-scheme.c (read_object): Correct indentation.

gettext-tools/src/x-scheme.c

index 075f46795b5ab7ec0167eb3759c5f2ce9cd64630..33f936bb3ee1e8ef42e5ffea8c60ab6820969491 100644 (file)
@@ -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;