Formatting

This commit is contained in:
Klaus Basan
2018-05-28 21:33:33 +02:00
parent 4788c25ecb
commit 7bee8e9ee8
3 changed files with 7 additions and 10 deletions

View File

@@ -86,7 +86,7 @@ namespace BlackCore
CContextSimulator *CContextSimulator::registerWithDBus(CDBusServer *server)
{
if (!server || m_mode != CCoreFacadeConfig::LocalInDBusServer) return this;
if (!server || m_mode != CCoreFacadeConfig::LocalInDBusServer) { return this; }
server->addObject(CContextSimulator::ObjectPath(), this);
return this;
}