indent has problems with comments that are on the right hand side of a line.
[openssl.git] / crypto / bio / bss_log.c
index 1cc413a916e7b067ec4f91d1196c3a27b53ed344..39b6af1974ca81398f077486f64210197eb8b435 100644 (file)
@@ -276,8 +276,11 @@ static void xsyslog(BIO *bp, int priority, const char *string)
        case LOG_DEBUG:
                evtype = EVENTLOG_INFORMATION_TYPE;
                break;
-       default:                /* Should never happen, but set it
-                                  as error anyway. */
+       default:
+               /*
+                * Should never happen, but set it
+                * as error anyway.
+                */
                evtype = EVENTLOG_ERROR_TYPE;
                break;
                }