[libcxx] r197810 - Empty line between two unrelated #ifdefs.

Yaron Keren yaron.keren at gmail.com
Fri Dec 20 05:19:45 PST 2013


Author: yrnkrn
Date: Fri Dec 20 07:19:45 2013
New Revision: 197810

URL: http://llvm.org/viewvc/llvm-project?rev=197810&view=rev
Log:
Empty line between two unrelated #ifdefs.


Modified:
    libcxx/trunk/include/__config

Modified: libcxx/trunk/include/__config
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/__config?rev=197810&r1=197809&r2=197810&view=diff
==============================================================================
--- libcxx/trunk/include/__config (original)
+++ libcxx/trunk/include/__config Fri Dec 20 07:19:45 2013
@@ -558,6 +558,7 @@ template <unsigned> struct __static_asse
 #if defined(__APPLE__) || defined(__FreeBSD__) || defined(_WIN32) || defined(__sun__) || defined(__NetBSD__)
 #define _LIBCPP_LOCALE__L_EXTENSIONS 1
 #endif
+
 #ifdef __FreeBSD__
 #define _DECLARE_C99_LDBL_MATH 1
 #endif





More information about the cfe-commits mailing list