From: William A. Rowe Jr Date: Fri, 10 May 2002 03:56:53 +0000 (+0000) Subject: Address PR 8963 X-Git-Tag: 2.0.37~442 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31886a5756701158bb8f3b46e18c4e6ead9131dd;p=apache Address PR 8963 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95025 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/beos/os.h b/os/beos/os.h index 01587363fe..077874424a 100644 --- a/os/beos/os.h +++ b/os/beos/os.h @@ -62,11 +62,11 @@ #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 */