From: Paul Eggert Date: Sat, 1 Jul 2023 18:31:40 +0000 (-0700) Subject: maint: fix indenting in previous change X-Git-Tag: v9.4~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2522c1db68a3cd627432d77220f53de56e875648;p=thirdparty%2Fcoreutils.git maint: fix indenting in previous change * src/ptx.c: Adjust to fit into 80 columns. --- diff --git a/src/ptx.c b/src/ptx.c index 87fde8352c..c4712e0c68 100644 --- 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