]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Adhere to GNU Coding Style.
authorBruno Haible <bruno@clisp.org>
Mon, 23 Jun 2025 19:20:07 +0000 (21:20 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 23 Jun 2025 19:20:07 +0000 (21:20 +0200)
* gettext-runtime/src/gettext.c (usage): Add space after 'printf'.
* gettext-runtime/src/ngettext.c (usage): Likewise.
* gettext-runtime/src/envsubst.c (usage): Likewise.

gettext-runtime/src/envsubst.c
gettext-runtime/src/gettext.c
gettext-runtime/src/ngettext.c

index 0f90d64c00ca7835d9c0f544235a80f0973e13c3..e3db102f5d1a1d8341f82974140d20390a6c744f 100644 (file)
@@ -223,11 +223,11 @@ of the environment variables that are referenced in SHELL-FORMAT, one per line.\
          email address for this package.  Please add _another line_ saying
          "Report translation bugs to <...>\n" with the address for translation
          bugs (typically your translation team's web or email address).  */
-      printf(_("\
+      printf (_("\
 Report bugs in the bug tracker at <%s>\n\
 or by email to <%s>.\n"),
-             "https://savannah.gnu.org/projects/gettext",
-             "bug-gettext@gnu.org");
+              "https://savannah.gnu.org/projects/gettext",
+              "bug-gettext@gnu.org");
     }
 
   exit (status);
index a48106a3da58ee07784457c78d8c102bbcec2dbd..51fce993b4361a5dfebf6a0e12a534445d8efbd1 100644 (file)
@@ -297,11 +297,11 @@ Standard search directory: %s\n"),
          email address for this package.  Please add _another line_ saying
          "Report translation bugs to <...>\n" with the address for translation
          bugs (typically your translation team's web or email address).  */
-      printf(_("\
+      printf (_("\
 Report bugs in the bug tracker at <%s>\n\
 or by email to <%s>.\n"),
-             "https://savannah.gnu.org/projects/gettext",
-             "bug-gettext@gnu.org");
+              "https://savannah.gnu.org/projects/gettext",
+              "bug-gettext@gnu.org");
     }
 
   exit (status);
index baad695d6435ee8842b08774ef9d93eea009df74..4b6b25bee2798a40a097a8d1d7bd001d0f0c560c 100644 (file)
@@ -263,11 +263,11 @@ Standard search directory: %s\n"),
          email address for this package.  Please add _another line_ saying
          "Report translation bugs to <...>\n" with the address for translation
          bugs (typically your translation team's web or email address).  */
-      printf(_("\
+      printf (_("\
 Report bugs in the bug tracker at <%s>\n\
 or by email to <%s>.\n"),
-             "https://savannah.gnu.org/projects/gettext",
-             "bug-gettext@gnu.org");
+              "https://savannah.gnu.org/projects/gettext",
+              "bug-gettext@gnu.org");
     }
 
   exit (status);