diff svr-session.c @ 1215:d058e15ea213

A few minor style fixes
author Matt Johnston <matt@ucc.asn.au>
date Tue, 15 Dec 2015 22:09:55 +0800
parents 64a50eac1030
children 888e3d17e962
line wrap: on
line diff
--- a/svr-session.c	Tue Dec 15 21:55:51 2015 +0800
+++ b/svr-session.c	Tue Dec 15 22:09:55 2015 +0800
@@ -215,8 +215,7 @@
 	havetrace = debug_trace;
 #endif
 
-	if (!opts.usingsyslog || havetrace)
-	{
+	if (!opts.usingsyslog || havetrace) {
 		struct tm * local_tm = NULL;
 		timesec = time(NULL);
 		local_tm = localtime(&timesec);