Bump to 3.10
[platform/upstream/diffutils.git] / exgettext
index c81941a..d651d90 100755 (executable)
--- a/exgettext
+++ b/exgettext
@@ -1,7 +1,8 @@
 #! /bin/sh
 # Wrapper around gettext for programs using the msgid convention.
 
-# Copyright (C) 1998, 2001, 2004, 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 1998, 2001, 2004, 2009-2013, 2015-2023 Free Software
+# Foundation, Inc.
 
 # Written by Paul Eggert <eggert@twinsun.com>.
 
@@ -96,7 +97,7 @@ generate_emsgids='
       line = substr(line, percent_index + 2)
       bracket_index = index(line, "}")
       if (bracket_index == 0) {
-       continue
+        continue
       }
       msgid = substr(line, 1, bracket_index - 1)
       if (index(msgid, "%") != 0) {