소스 검색

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) { }