Fix whitespace.

This commit is contained in:
Joseph Cloutier
2024-11-19 20:09:22 -05:00
parent c0e1a1b4a4
commit a03c0c31f3
2 changed files with 3 additions and 3 deletions

View File

@@ -487,7 +487,7 @@ namespace lime {
}
jpeg_destroy_compress (&cinfo);
jpeg_destroy_compress (&cinfo);
return true;

View File

@@ -237,7 +237,7 @@ namespace lime {
if (!info_ptr) {
png_destroy_write_struct (&png_ptr, NULL);
png_destroy_write_struct (&png_ptr, NULL);
return false;
@@ -312,7 +312,7 @@ namespace lime {
}
png_destroy_write_struct (&png_ptr, &info_ptr);
png_destroy_write_struct (&png_ptr, &info_ptr);
return true;