Fix indenting of LanguageNameSearchData.php

Bug: T296506
Change-Id: I6f6cfb53abeb42d75e876d9e2d481291265f0466
This commit is contained in:
Reedy
2021-11-25 23:38:27 +00:00
parent 7805386fcb
commit 80444e8be6
2 changed files with 53211 additions and 53210 deletions

View File

@@ -175,6 +175,7 @@ PHP;
// Remove newlines after =>s
$data = preg_replace( '/(=>)\s+(\[)/m', '\1 \2', $data );
// Convert spaces to tabs. Since we are not top-level need more tabs.
$data = preg_replace( '/^ /m', "\t\t\t\t", $data );
$data = preg_replace( '/^ /m', "\t\t\t", $data );
$data = preg_replace( '/^ /m', "\t\t", $data );

File diff suppressed because it is too large Load Diff