瀏覽代碼

trailing newline

Sean Barrett 11 年之前
父節點
當前提交
9e566c8b31
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/image_test.c

+ 1 - 1
tests/image_test.c

@@ -12,4 +12,4 @@ int main(int argc, char **argv)
    if (data)
    if (data)
       stbi_write_png("c:/x/result.png", w, h, 4, data, w*4);
       stbi_write_png("c:/x/result.png", w, h, 4, data, w*4);
    return 0;
    return 0;
-}
+}