]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: fix indenting in previous change
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Jul 2023 18:31:40 +0000 (11:31 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Jul 2023 18:51:14 +0000 (11:51 -0700)
* src/ptx.c: Adjust to fit into 80 columns.

src/ptx.c

index 87fde8352c67e217511c54ec9c52c98994cd195d..c4712e0c68a11cb1c3992d87f43bac3c48b6a07c 100644 (file)
--- a/src/ptx.c
+++ b/src/ptx.c
@@ -85,9 +85,9 @@ static enum Format output_format = UNKNOWN_FORMAT;
                                 /* output format */
 
 static bool ignore_case = false;       /* fold lower to upper for sorting */
-static char const *break_file = nullptr;       /* name of the 'Break chars' file */
+static char const *break_file = nullptr; /* name of the 'Break chars' file */
 static char const *only_file = nullptr;        /* name of the 'Only words' file */
-static char const *ignore_file = nullptr;      /* name of the 'Ignore words' file */
+static char const *ignore_file = nullptr; /* name of the 'Ignore words' file */
 
 /* Options that use regular expressions.  */
 struct regex_data