From 2522c1db68a3cd627432d77220f53de56e875648 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 1 Jul 2023 11:31:40 -0700 Subject: [PATCH] maint: fix indenting in previous change * src/ptx.c: Adjust to fit into 80 columns. --- src/ptx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3