summaryrefslogtreecommitdiffstats
path: root/os/win32/os.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2005-02-18 18:34:05 +0100
committerWilliam A. Rowe Jr <wrowe@apache.org>2005-02-18 18:34:05 +0100
commit4167fdc172085b80451706891ace33e45ff7e63e (patch)
treeab6883bd3250d8a93d6e6595b2420e5a903780a7 /os/win32/os.h
parent Add mod_echo - not built by default, but this drops the warning that (diff)
downloadapache2-4167fdc172085b80451706891ace33e45ff7e63e.tar.xz
apache2-4167fdc172085b80451706891ace33e45ff7e63e.zip
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
Diffstat (limited to 'os/win32/os.h')
-rw-r--r--os/win32/os.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/win32/os.h b/os/win32/os.h
index ae343b8026..b6e625d53b 100644
--- a/os/win32/os.h
+++ b/os/win32/os.h
@@ -51,9 +51,9 @@ 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)) \
- : ((ap_real_exit_code = 0), (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