diff --git a/tests/image_test.c b/tests/image_test.c index acaf33a2ec9d0aa0322941bed94bb33c0053b733..d49abdc5593acee8819aae5bb4bfc7191523c087 100644 --- a/tests/image_test.c +++ b/tests/image_test.c @@ -12,4 +12,4 @@ int main(int argc, char **argv) if (data) stbi_write_png("c:/x/result.png", w, h, 4, data, w*4); return 0; -} \ No newline at end of file +}