Fix indenting of LanguageNameSearchData.php
Bug: T296506 Change-Id: I6f6cfb53abeb42d75e876d9e2d481291265f0466
This commit is contained in:
@@ -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
Reference in New Issue
Block a user