Code cleanup
This commit is contained in:
parent
7519bff6ec
commit
95be2c81be
|
@ -425,11 +425,8 @@ static int _cpp_callback_whitespace(Parser * parser, Token * token, int c,
|
|||
return 0;
|
||||
}
|
||||
token_set_string(token, " ");
|
||||
if(cpp->queue_code != CPP_CODE_NULL)
|
||||
{
|
||||
if(cpp->queue_string != NULL)
|
||||
string_append(&cpp->queue_string, " ");
|
||||
}
|
||||
if(cpp->queue_code != CPP_CODE_NULL && cpp->queue_string != NULL)
|
||||
string_append(&cpp->queue_string, " ");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user