Commit 0551a088 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  80 col style fix, no code harmed.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154329 13f79535-47bb-0310-9956-ffa450edef68
parent 7329865a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -51,10 +51,10 @@ extern "C" {

AP_DECLARE_DATA extern int ap_real_exit_code;

#define exit(status) ((exit)((ap_real_exit_code==2) ? (ap_real_exit_code = (status)) \
#define exit(status) ((exit)((ap_real_exit_code==2) \
                                ? (ap_real_exit_code = (status)) \
                                : ((ap_real_exit_code = 0), (status))))


#ifdef AP_DECLARE_EXPORT

/* Defined in util_win32.c and available only to the core module for