commit:     5a08042d08eed2fa576f92388be97209e30bf8cf
Author:     Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Mon Aug  4 12:12:34 2025 +0000
Commit:     Kerin Millar <kfm <AT> plushkava <DOT> net>
CommitDate: Mon Aug  4 12:12:34 2025 +0000
URL:        https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=5a08042d

Rewrap a comment in the parse_config sub

The comment in question is now constrained to 80 columns, given a tab
width of 8.

Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>

 locale-gen | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/locale-gen b/locale-gen
index 7a6a0a1..b74d8d9 100755
--- a/locale-gen
+++ b/locale-gen
@@ -299,8 +299,8 @@ sub parse_config ($fh, $path, $locale_by, $charmap_by) {
 
        my @locales;
        while (my $line = readline $fh) {
-               # Skip comments and blank lines. Note that \h will match only " 
" and
-               # "\t", since the input stream is not being subjected to any 
decoding.
+               # Skip comments and blank lines. Note that \h will match only
+               # " " and "\t", since the input stream is not being decoded.
                next if $line =~ m/^\h*($|#)/;
 
                # Expect for two fields, separated by horizontal whitespace.

Reply via email to