]> git.sur5r.net Git - cc65/blobdiff - test/ref/cc65090910.c
remote TABs in doc/ and test/
[cc65] / test / ref / cc65090910.c
index 6ac5d9dcb757fcd39ea7bb5b5a4cb1215ef069c3..d68c2b8e645d70330b20ce94c408f91300e8141e 100644 (file)
@@ -17,7 +17,7 @@ with compiler option -O but does _not_ show up with -Oi.
 
 unsigned htons(unsigned val)
 {
-       return (((unsigned) (val)) << 8) | (((unsigned) (val)) >> 8);
+        return (((unsigned) (val)) << 8) | (((unsigned) (val)) >> 8);
 }
 
 int main(void)