Files
clang-p2996/libcxx
Logan Chien 2b772b930e Cleanup __config indention NFC
This commit indents each level by two space characters, e.g.

#if defined(CONDITION)
#  define _LIBCPP_NAME VALUE
#else
#  define _LIBCPP_NAME VALUE
#endif

The simple #ifndef, #define, and #endif sequences are not indented, e.g.

#ifndef _LIBCPP_NAME
#define _LIBCPP_NAME ...
#endif

llvm-svn: 326027
2018-02-24 07:57:32 +00:00
..
2018-02-13 08:12:00 +00:00
2018-02-24 07:57:32 +00:00
2018-02-12 19:13:24 +00:00
2017-01-03 11:20:43 +00:00