]> andersk Git - splint.git/blobdiff - test/sizesigns.c
Added the splint.org css sheet to the html version of the faq.
[splint.git] / test / sizesigns.c
index d574ae1e461d44271f9dcd0762b7ecdd1170cd1c..d469619e3b7a93e2243c37dd7357d10cf66c9c4a 100644 (file)
@@ -2,9 +2,9 @@
 
 int foo (size_t z)
 {
-    if (z / sizeof(z) == 10)   
-        return 1;
-    else
-        return 0;
+  if (z / sizeof(z) == 10) 
+    return 1;
+  else
+    return 0;
 }
 
This page took 0.054908 seconds and 4 git commands to generate.