Pārlūkot izejas kodu

Add newline to end of unity_setup.c

Zach Hindes 6 gadi atpakaļ
vecāks
revīzija
d9fe34bade
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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) { }