Fix spacing in c++ files
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -75,5 +75,3 @@ Stanza *Stanza::copy()
|
|||||||
// TODO
|
// TODO
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user