From 5ea51fea1b4efadbf3d3ec26dbef930280e7275c Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Thu, 15 Mar 2018 10:18:15 +0100 Subject: follow coding style --- src/main.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index c2b5431..59fda4e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -146,7 +146,8 @@ int main(int ac, char** av) // Check for empty irc_clients (not connected, or with no joined // channel) and remove them xmpp_component->clean(); - if (identd) identd->clean(); + if (identd) + identd->clean(); if (stop) { log_info("Signal received, exiting..."); @@ -159,7 +160,8 @@ int main(int ac, char** av) #ifdef UDNS_FOUND dns_handler.destroy(); #endif - if (identd) identd->shutdown(); + if (identd) + identd->shutdown(); // Cancel the timer for a potential reconnection TimedEventsManager::instance().cancel("XMPP reconnection"); } @@ -201,7 +203,8 @@ int main(int ac, char** av) #ifdef UDNS_FOUND dns_handler.destroy(); #endif - if (identd) identd->shutdown(); + if (identd) + identd->shutdown(); } } // If the only existing connection is the one to the XMPP component: -- cgit v1.2.3