summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/log.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/log.c b/src/log.c
index df2c7a8..edb709f 100644
--- a/src/log.c
+++ b/src/log.c
@@ -280,9 +280,9 @@ done:
*/
void shutdown_logging (void)
{
- if (!logging_initialized) {
- return;
- }
+ if (!logging_initialized) {
+ return;
+ }
if (config.syslog) {
closelog ();