1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-11-10 00:45:36 +00:00

unnecessary empty line in macro

This commit is contained in:
Antonin Portelli 2014-01-21 14:29:48 +01:00
parent 4e440978d7
commit 967f1da061

View File

@ -159,6 +159,7 @@ void name::operator()(stack<double>& dstack, VarTable& vtable __dumb)\
}\
dstack.push(exp);\
}\
\
void name::Print(std::ostream &out) const\
{\
out << CODE_MOD << code_name;\