[NFC][libc++] Reindent #ifdefs
authorLouis Dionne <ldionne@apple.com>
Thu, 21 Mar 2019 18:19:21 +0000 (18:19 +0000)
committerLouis Dionne <ldionne@apple.com>
Thu, 21 Mar 2019 18:19:21 +0000 (18:19 +0000)
commitf0d7d87a4770361186491f1d5a2997ab5d1741b9
tree724da9bb34b5c9239fa2c0614dfb7302b5b90c0d
parentcda7ff9ddcefe0051d173e7c126c679063d29fbb
[NFC][libc++] Reindent #ifdefs

I don't understand why we don't always do that. We do it for normal `if`s
in the code, but not for preprocessor `if`s? It's a lot more readable when
indented properly.

llvm-svn: 356693
libcxx/src/new.cpp