From 1cb6bfca58a29f63c5318b648ca3788a19548541 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 6 Oct 2019 03:40:09 +0200 Subject: [PATCH] Correct indentation. * gettext-tools/src/x-scheme.c (read_object): Correct indentation. --- gettext-tools/src/x-scheme.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.2