OSDN Git Service

maint: indent consistently
authorJim Meyering <meyering@redhat.com>
Sat, 21 Mar 2009 16:47:58 +0000 (17:47 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 21 Mar 2009 16:49:20 +0000 (17:49 +0100)
* doc/po4a.mk (updatepo): Replace TAB+8-spaces with two TABs.

doc/po4a.mk

index 24876ac..1123c91 100644 (file)
@@ -66,10 +66,10 @@ updatepo:
              rm -f $$tmpdir/$${po%po}new.po; \
            else \
              if mv -f $$tmpdir/$${po%po}new.po $$po; then \
-               :; \
+               :; \
              else \
-               echo "msgmerge for $$po failed: cannot move $$tmpdir/$${po%po}new.po to $$po" 1>&2; \
-               exit 1; \
+               echo "msgmerge for $$po failed: cannot move $$tmpdir/$${po%po}new.po to $$po" 1>&2; \
+               exit 1; \
              fi; \
            fi; \
          else \