Explorar el Código

Add newline to end of unity_setup.c

Zach Hindes hace 6 años
padre
commit
d9fe34bade
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) { }