Fix spacing in c++ files

This commit is contained in:
Dmitry Podgorny
2016-09-27 15:23:16 +03:00
parent d2c1daf4d5
commit 1092447edf
3 changed files with 98 additions and 101 deletions

View File

@@ -82,4 +82,3 @@ void XMPP::Context::callLog(void * const userdata,
{ {
reinterpret_cast<Context *>(userdata)->log(level, area, msg); reinterpret_cast<Context *>(userdata)->log(level, area, msg);
} }

View File

@@ -75,5 +75,3 @@ Stanza *Stanza::copy()
// TODO // TODO
return NULL; return NULL;
} }