From 2be8198161a491277d30178f92f458288a6fcf7c Mon Sep 17 00:00:00 2001 From: Stanislav Gromov Date: Tue, 4 May 2021 22:27:00 +0700 Subject: [PATCH] Remove excess trailing whitespaces --- source/compiler/sc1.c | 2 +- source/compiler/sc2.c | 2 +- source/compiler/sc3.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/compiler/sc1.c b/source/compiler/sc1.c index b785d06..257c4d3 100644 --- a/source/compiler/sc1.c +++ b/source/compiler/sc1.c @@ -8552,7 +8552,7 @@ static void dopragma(void) str=parsestringparam(FALSE,&bck_litidx); if (str==NULL) continue; - + /* split the option name from parameters */ for (i=0; str[i]!='\0' && str[i]!=' '; i++) /* nothing */; diff --git a/source/compiler/sc2.c b/source/compiler/sc2.c index 52d794f..3fd0854 100644 --- a/source/compiler/sc2.c +++ b/source/compiler/sc2.c @@ -2588,7 +2588,7 @@ SC_FUNC void recstart(void) * Stops recording tokens. */ SC_FUNC void recstop(void) -{ +{ if (sc_status!=statWRITE) return; diff --git a/source/compiler/sc3.c b/source/compiler/sc3.c index f13834d..44e9de0 100644 --- a/source/compiler/sc3.c +++ b/source/compiler/sc3.c @@ -548,7 +548,7 @@ static int plnge1(int (*hier)(value *lval),value *lval) { int lvalue,org_index; cell org_cidx; - + org_index=lval_stgidx; org_cidx=lval_cidx; stgget(&lval_stgidx,&lval_cidx); /* mark position in code generator */ @@ -571,7 +571,7 @@ static void plnge2(void (*oper)(void), { int org_index; cell org_cidx; - + org_index=lval_stgidx; org_cidx=lval_cidx; stgget(&lval_stgidx,&lval_cidx); /* mark position in code generator */