Indentation fix
This commit is contained in:
parent
67a5cabb3c
commit
55d89321a0
@ -2405,7 +2405,7 @@ SC_FUNC int lex(cell *lexvalue,char **lexsym)
|
|||||||
error(220);
|
error(220);
|
||||||
} /* if */
|
} /* if */
|
||||||
} /* if */
|
} /* if */
|
||||||
} else if (*lptr=='\"' || *lptr=='#' || (*lptr==sc_ctrlchar && (*(lptr+1)=='\"' || *(lptr+1)=='#')))
|
} else if (*lptr=='\"' || *lptr=='#' || (*lptr==sc_ctrlchar && (*(lptr+1)=='\"' || *(lptr+1)=='#')))
|
||||||
{ /* unpacked string literal */
|
{ /* unpacked string literal */
|
||||||
_lextok=tSTRING;
|
_lextok=tSTRING;
|
||||||
stringflags=(*lptr==sc_ctrlchar) ? RAWMODE : 0;
|
stringflags=(*lptr==sc_ctrlchar) ? RAWMODE : 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user