Cleanup: Make format

Just changes resulting from make format.
This commit is contained in:
Harley Acheson
2023-07-12 14:06:46 -07:00
parent 98336cb8ca
commit f56e589151

View File

@@ -35,14 +35,14 @@ ImBuf *imb_load_filepath_thumbnail_svg(const char *filepath,
return nullptr;
}
int w = int(image->width);
int w = int(image->width);
int h = int(image->height);
/* Return full size of the image. */
*r_width = size_t(w);
*r_height = size_t(h);
NSVGrasterizer *rast = nsvgCreateRasterizer();
NSVGrasterizer *rast = nsvgCreateRasterizer();
if (rast == nullptr) {
nsvgDelete(image);
return nullptr;