]> git.gag.com Git - fw/sdcc/commitdiff
make it running
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 11 Nov 2001 18:14:05 +0000 (18:14 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 11 Nov 2001 18:14:05 +0000 (18:14 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1568 4a8a32a2-be11-0410-ad9d-d568d2c75423

support/regression/tests/float.c

index 4ec2e365ddad290d66461a02d5fb86908c028bd4..656214e92e538bbb3cb5bda9798e12662a31e53b 100644 (file)
@@ -58,7 +58,9 @@ char compare (float is, float should) {
   }
 }
 
-void testFloatMath(void) {
+void
+testFloatMath(void)
+{
   int i;
   int t = sizeof(cases)/sizeof(cases[0]);
   float result;