Autotools: Sync indentation style in build system files (#14725)

This commit is contained in:
Peter Kokot 2024-06-29 23:25:17 +02:00 committed by GitHub
parent 4df90af44f
commit 212b2834e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 149 additions and 149 deletions

View file

@ -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;
}