minor formatiing

This commit is contained in:
Joseph Poirier 2015-06-15 14:49:04 -05:00
parent 41f73e94f4
commit d32bb50194

3
lex.c
View file

@ -715,7 +715,8 @@ enum LexToken LexGetRawToken(struct ParseState *Parser, struct Value **Value,
struct TokenLine *LineNode;
if (pc->InteractiveHead == NULL ||
(unsigned char*)Parser->Pos == &pc->InteractiveTail->Tokens[pc->InteractiveTail->NumBytes-TOKEN_DATA_OFFSET]) {
(unsigned char*)Parser->Pos ==
&pc->InteractiveTail->Tokens[pc->InteractiveTail->NumBytes-TOKEN_DATA_OFFSET]) {
/* get interactive input */
if (pc->LexUseStatementPrompt) {
Prompt = INTERACTIVE_PROMPT_STATEMENT;