Fix #67
This commit is contained in:
parent
745ffd6a5b
commit
401631b79d
|
@ -375,7 +375,7 @@ private:
|
|||
{
|
||||
writeToken();
|
||||
if (!currentIs(tok!"*") && !currentIs(tok!")") && !currentIs(tok!"[")
|
||||
&& !currentIs(tok!","))
|
||||
&& !currentIs(tok!",") && !currentIs(tok!";"))
|
||||
{
|
||||
write(" ");
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
alias Key = void* ;
|
|
@ -0,0 +1 @@
|
|||
alias Key = void*;
|
Loading…
Reference in New Issue