Fix indents

This commit is contained in:
Ilia Ross 2025-01-15 12:20:38 +02:00
parent cc25fa2b32
commit f15ebca9af
No known key found for this signature in database
GPG Key ID: 121E166DD9C821AB

View File

@ -186,11 +186,11 @@ else {
# Update in-memory caches
if (defined($main::read_file_cache{$realfile})) {
%{$main::read_file_cache{$realfile}} = %{$data_hash};
}
%{$main::read_file_cache{$realfile}} = %{$data_hash};
}
if (defined($main::read_file_missing{$realfile})) {
$main::read_file_missing{$realfile} = 0;
}
$main::read_file_missing{$realfile} = 0;
}
if ($sorted_by && $sorted_by_sectioning_preserved) {
my $target = read_file_contents($file);