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

@ -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`