mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Autotools: Sync indentation style in build system files (#14725)
This commit is contained in:
parent
4df90af44f
commit
212b2834e9
10 changed files with 149 additions and 149 deletions
|
@ -120,7 +120,7 @@ function get_vars($txt)
|
|||
}
|
||||
}
|
||||
|
||||
// if ($GLOBALS['current_function'] == 'for_debugging') { print_r($m);print_r($ret); }
|
||||
// if ($GLOBALS['current_function'] == 'for_debugging') { print_r($m);print_r($ret); }
|
||||
return $ret;
|
||||
}
|
||||
|
||||
|
@ -180,7 +180,7 @@ function get_params($vars, $str)
|
|||
}
|
||||
}
|
||||
|
||||
// if ($GLOBALS['current_function'] == 'for_debugging') { var_dump($m); var_dump($ret); }
|
||||
// if ($GLOBALS['current_function'] == 'for_debugging') { var_dump($m); var_dump($ret); }
|
||||
return $ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue