From 335d4d06a712b58508318b14b9f8acd28314e65b Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 21 Jan 2015 21:22:49 +0000 Subject: Tweaks for comments due to indent's inability to handle them Reviewed-by: Tim Hudson --- ssl/s2_lib.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ssl/s2_lib.c') diff --git a/ssl/s2_lib.c b/ssl/s2_lib.c index 41818dc6e8..66951a60af 100644 --- a/ssl/s2_lib.c +++ b/ssl/s2_lib.c @@ -537,7 +537,10 @@ void ssl2_write_error(SSL *s) if (s->error == 0) if (s->msg_callback) - s->msg_callback(1, s->version, 0, buf, 3, s, s->msg_callback_arg); /* ERROR */ + { + /* ERROR */ + s->msg_callback(1, s->version, 0, buf, 3, s, s->msg_callback_arg); + } } } -- cgit v1.2.3