Add a blank line to the generated code

This is purely cosmetic: add an extra blank line after the __cplusplus ifdef
end.
This commit is contained in:
Vadim Zeitlin 2016-04-21 00:37:17 +02:00
commit 113ce5ae7d

View file

@ -77,7 +77,7 @@ public:
"#endif\n\n",
"#ifdef __cplusplus\n"
"}\n"
"#endif\n"
"#endif\n\n"
)
{
}