Fix whitespace.
This commit is contained in:
@@ -487,7 +487,7 @@ namespace lime {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
jpeg_destroy_compress (&cinfo);
|
jpeg_destroy_compress (&cinfo);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
|||||||
@@ -237,7 +237,7 @@ namespace lime {
|
|||||||
|
|
||||||
if (!info_ptr) {
|
if (!info_ptr) {
|
||||||
|
|
||||||
png_destroy_write_struct (&png_ptr, NULL);
|
png_destroy_write_struct (&png_ptr, NULL);
|
||||||
|
|
||||||
return false;
|
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;
|
return true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user