瀏覽代碼

Add newline to end of unity_setup.c

Zach Hindes 6 年之前
父節點
當前提交
d9fe34bade
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/unity_setup.c

+ 1 - 1
tests/unity_setup.c

@@ -1,3 +1,3 @@
 // msvc doesn't support weak-linking, so we need to define these functions.
 void setUp(void) { }
-void tearDown(void) { }
+void tearDown(void) { }