mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-04-11 03:20:46 +01:00
unnecessary empty line in macro
This commit is contained in:
parent
4e440978d7
commit
967f1da061
@ -159,6 +159,7 @@ void name::operator()(stack<double>& dstack, VarTable& vtable __dumb)\
|
|||||||
}\
|
}\
|
||||||
dstack.push(exp);\
|
dstack.push(exp);\
|
||||||
}\
|
}\
|
||||||
|
\
|
||||||
void name::Print(std::ostream &out) const\
|
void name::Print(std::ostream &out) const\
|
||||||
{\
|
{\
|
||||||
out << CODE_MOD << code_name;\
|
out << CODE_MOD << code_name;\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user