commit: 95bc4448aeb117b81687dc854e66e3dd6ed98673
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Mon Aug 4 11:56:04 2025 +0000
Commit: Kerin Millar <kfm <AT> plushkava <DOT> net>
CommitDate: Mon Aug 4 11:56:04 2025 +0000
URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=95bc4448
Remove a stray leading tab from an otherwise empty line
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
locale-gen | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/locale-gen b/locale-gen
index c2e622a..b7b37d4 100755
--- a/locale-gen
+++ b/locale-gen
@@ -422,7 +422,7 @@ sub compile_locale ($locale, $charmap, $canonical) {
my @args = ('--no-archive', '-i', $locale, '-f', $charmap, '--',
$output_dir);
run_localedef(undef, @args);
}
-
+
sub generate_archive ($prefix, $locale_dir, $do_update, @canonicals) {
# Create the temporary subdir that will contain the new locale archive.
my $output_dir = catdir('.', $prefix, $locale_dir);