From 9e566c8b31b302c60381f775f2dace290e7a9937 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Wed, 28 May 2014 11:05:17 -0700 Subject: [PATCH] trailing newline --- tests/image_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/image_test.c b/tests/image_test.c index acaf33a..d49abdc 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 +}