Remove excess trailing whitespaces
This commit is contained in:
parent
1e42633d90
commit
2be8198161
@ -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 */;
|
||||
|
@ -2588,7 +2588,7 @@ SC_FUNC void recstart(void)
|
||||
* Stops recording tokens.
|
||||
*/
|
||||
SC_FUNC void recstop(void)
|
||||
{
|
||||
{
|
||||
if (sc_status!=statWRITE)
|
||||
return;
|
||||
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user