update for HEAD-2003021201
[reactos.git] / lib / msvcrt / ctype / toascii.c
index 16d959b..f26d5af 100644 (file)
@@ -5,5 +5,5 @@
 
 int __toascii(int c)
 {
-  return ((unsigned)(c) & 0x7F );
+    return((unsigned)(c) & 0x7F);
 }