(added by me when tweaking whitespace, not from the PR author).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1931453 13f79535-47bb-0310-9956-
ffa450edef68
if (arg[0] == 'u' && !arg[1]) { /* no ErrorLogFormat (fast path) */
option |= AP_CTIME_OPTION_USEC;
}
- else if (arg[0] == 'm' && !arg[1]) /* no ErrorLogFormat (fast path) - msec */
+ else if (arg[0] == 'm' && !arg[1]) { /* no ErrorLogFormat (fast path) - msec */
option |= AP_CTIME_OPTION_MSEC;
}
else if (!ap_strchr_c(arg, '%')) { /* special "%{mcuz}t" formats */