space nit.
authorSunil Nimmagadda <sunil@nimmagadda.net>
Thu, 28 Aug 2014 14:17:28 +0500
changeset 35 dcf7a837ec0b
parent 33 252e70a700c0
child 36 2660ed427c6c
space nit.
session.c
--- a/session.c	Wed Aug 27 14:25:26 2014 +0500
+++ b/session.c	Thu Aug 28 14:17:28 2014 +0500
@@ -133,7 +133,7 @@
 
 	entry = SPLAY_REMOVE(session_tree, &sessions,  s);
 	if (entry == NULL) {
-		 /* STARTTLS session was in progress and got interrupted */
+		/* STARTTLS session was in progress and got interrupted */
 		logit(LOG_DEBUG, "%u: not in tree", s->id);
 		entry = s;
 	}