Remove excess trailing whitespaces

This commit is contained in:
Stanislav Gromov 2021-05-04 22:27:00 +07:00 committed by Y_Less
parent 1e42633d90
commit 2be8198161
3 changed files with 4 additions and 4 deletions

View File

@ -8552,7 +8552,7 @@ static void dopragma(void)
str=parsestringparam(FALSE,&bck_litidx); str=parsestringparam(FALSE,&bck_litidx);
if (str==NULL) if (str==NULL)
continue; continue;
/* split the option name from parameters */ /* split the option name from parameters */
for (i=0; str[i]!='\0' && str[i]!=' '; i++) for (i=0; str[i]!='\0' && str[i]!=' '; i++)
/* nothing */; /* nothing */;

View File

@ -2588,7 +2588,7 @@ SC_FUNC void recstart(void)
* Stops recording tokens. * Stops recording tokens.
*/ */
SC_FUNC void recstop(void) SC_FUNC void recstop(void)
{ {
if (sc_status!=statWRITE) if (sc_status!=statWRITE)
return; return;

View File

@ -548,7 +548,7 @@ static int plnge1(int (*hier)(value *lval),value *lval)
{ {
int lvalue,org_index; int lvalue,org_index;
cell org_cidx; cell org_cidx;
org_index=lval_stgidx; org_index=lval_stgidx;
org_cidx=lval_cidx; org_cidx=lval_cidx;
stgget(&lval_stgidx,&lval_cidx); /* mark position in code generator */ stgget(&lval_stgidx,&lval_cidx); /* mark position in code generator */
@ -571,7 +571,7 @@ static void plnge2(void (*oper)(void),
{ {
int org_index; int org_index;
cell org_cidx; cell org_cidx;
org_index=lval_stgidx; org_index=lval_stgidx;
org_cidx=lval_cidx; org_cidx=lval_cidx;
stgget(&lval_stgidx,&lval_cidx); /* mark position in code generator */ stgget(&lval_stgidx,&lval_cidx); /* mark position in code generator */