eryjus / ast-cc

An Abstract Syntax Tree compiler
1 stars 0 forks source link

The _GetType() and _GetTypeString() emitted functions are lacking a space #13

Closed eryjus closed 7 years ago

eryjus commented 8 years ago

public: virtual ASTNodeType _GetType(void) const{ return NODE_TYPE_TreeIdentifier; }

Notice the missing space between const and {. This is not urgent, but would like to fix this at some point.