mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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
|
@ -1022,10 +1022,10 @@ $3
|
|||
|
||||
int main(void)
|
||||
{
|
||||
FILE *fp = fopen("conftestval", "w");
|
||||
if (!fp) return(1);
|
||||
fprintf(fp, "%d\n", sizeof($1));
|
||||
return(0);
|
||||
FILE *fp = fopen("conftestval", "w");
|
||||
if (!fp) return(1);
|
||||
fprintf(fp, "%d\n", sizeof($1));
|
||||
return(0);
|
||||
}
|
||||
]])], [
|
||||
eval $php_cache_value=`cat conftestval`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue