[glib: 1/2] po: Fix tab indentation in Makefile.in.in




commit d0b8d671f166835523fb446c1fab1e253dbecfef
Author: Philip Withnall <withnall endlessm com>
Date:   Thu Sep 3 10:28:46 2020 +0100

    po: Fix tab indentation in Makefile.in.in
    
    This file is still installed for other projects to use.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>
    
    Fixes: #2200

 po/Makefile.in.in | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index cb89a4ac8..fb60b9bde 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -105,21 +105,21 @@ $(srcdir)/$(GETTEXT_PACKAGE).pot: $(POTFILES)
          --flag=C_:2:pass-c-format \
          --flag=NC_:2:pass-c-format \
          --flag=g_dngettext:2:pass-c-format \
-          --flag=g_strdup_printf:1:c-format \
-          --flag=g_string_printf:2:c-format \
-          --flag=g_string_append_printf:2:c-format \
-          --flag=g_error_new:3:c-format \
-          --flag=g_set_error:4:c-format \
-          --flag=g_markup_printf_escaped:1:c-format \
-          --flag=g_log:3:c-format \
-          --flag=g_print:1:c-format \
-          --flag=g_printerr:1:c-format \
-          --flag=g_printf:1:c-format \
-          --flag=g_fprintf:2:c-format \
-          --flag=g_sprintf:2:c-format \
-          --flag=g_snprintf:3:c-format \
-          --flag=g_scanner_error:2:c-format \
-          --flag=g_scanner_warn:2:c-format \
+         --flag=g_strdup_printf:1:c-format \
+         --flag=g_string_printf:2:c-format \
+         --flag=g_string_append_printf:2:c-format \
+         --flag=g_error_new:3:c-format \
+         --flag=g_set_error:4:c-format \
+         --flag=g_markup_printf_escaped:1:c-format \
+         --flag=g_log:3:c-format \
+         --flag=g_print:1:c-format \
+         --flag=g_printerr:1:c-format \
+         --flag=g_printf:1:c-format \
+         --flag=g_fprintf:2:c-format \
+         --flag=g_sprintf:2:c-format \
+         --flag=g_snprintf:3:c-format \
+         --flag=g_scanner_error:2:c-format \
+         --flag=g_scanner_warn:2:c-format \
          $(POTFILES) \
        && test ! -f $(GETTEXT_PACKAGE).po \
           || ( rm -f $(srcdir)/$(GETTEXT_PACKAGE).pot \
@@ -226,7 +226,7 @@ update-po: Makefile
          if $(MSGMERGE) $$lang.po $(GETTEXT_PACKAGE).pot -o $$tmpdir/$$lang.new.po; then \
            if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
              rm -f $$tmpdir/$$lang.new.po; \
-            else \
+           else \
              if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
                :; \
              else \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]