]> granicus.if.org Git - apache/commitdiff
Address PR 8963
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 10 May 2002 03:56:53 +0000 (03:56 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 10 May 2002 03:56:53 +0000 (03:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95025 13f79535-47bb-0310-9956-ffa450edef68

os/beos/os.h

index 01587363fee67dbf9e0a5a132e1f6e50ccbd71b8..077874424a74c160f7c4b78fa1aec790bfd35f76 100644 (file)
 #include "ap_config.h"
 
 #ifndef PLATFORM
-  #ifdef BONE_VERSION
-  #define PLATFORM "BeOS BONE"
-  #else
-  #define PLATFORM "BeOS R5"
-  #endif
+ifdef BONE_VERSION
+#  define PLATFORM "BeOS BONE"
+else
+#  define PLATFORM "BeOS R5"
+endif
 #endif
 
 #endif /* !APACHE_OS_H */