From bd52b1f8f50b6c6f5f94a5e059212cdd51082947 Mon Sep 17 00:00:00 2001 From: carl Date: Tue, 26 Feb 2019 00:44:52 +0800 Subject: [PATCH] * Fix more tabs. --- lang/pc/comp/cstoper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/pc/comp/cstoper.c b/lang/pc/comp/cstoper.c index af783e7e7..3acf027fc 100644 --- a/lang/pc/comp/cstoper.c +++ b/lang/pc/comp/cstoper.c @@ -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, .. */ -- 2.34.1