chore: Update the .editorconfig files and pacify editorconfig-checker

This commit is contained in:
Cosmin Truta
2024-02-15 18:29:26 +02:00
parent 42c8fcbff9
commit 4191872d0d
15 changed files with 171 additions and 113 deletions

View File

@@ -80,7 +80,7 @@ extract(FILE *fp, png_uint_32 *proflen)
}
else
result = no_profile;
result = no_profile;
}
png_destroy_read_struct(&png_ptr, &info_ptr, NULL);
@@ -155,7 +155,7 @@ extract_one_file(const char *filename)
}
else if (verbose && profile == no_profile)
printf("%s has no profile\n", filename);
printf("%s has no profile\n", filename);
}
else