]> granicus.if.org Git - apache/commitdiff
80 col style fix, no code harmed.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 18 Feb 2005 17:34:05 +0000 (17:34 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 18 Feb 2005 17:34:05 +0000 (17:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154329 13f79535-47bb-0310-9956-ffa450edef68

os/win32/os.h

index ae343b8026dcb78f5d606f6a6caf43399532d260..b6e625d53b09f3ee494d1df2b66ddce3272444f8 100644 (file)
@@ -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