* Fix more tabs.
authorcarl <cecodere@yahoo.ca>
Mon, 25 Feb 2019 16:44:52 +0000 (00:44 +0800)
committercarl <cecodere@yahoo.ca>
Mon, 25 Feb 2019 16:44:52 +0000 (00:44 +0800)
lang/pc/comp/cstoper.c

index af783e7..3acf027 100644 (file)
@@ -17,8 +17,8 @@
 #include       "node.h"
 #include       "required.h"
 #include       "type.h"
-#include    "cstoper.h"
-#include    "error.h"
+#include       "cstoper.h"
+#include       "error.h"
 
 long mach_long_sign;   /* sign bit of the machine long */
 long full_mask[MAXSIZE+1];/* full_mask[1] == 0xFF, full_mask[2] == 0xFFFF, .. */