diff options
author | Logan Chien <tzuhsiang.chien@gmail.com> | 2018-02-24 07:57:32 +0000 |
---|---|---|
committer | Logan Chien <tzuhsiang.chien@gmail.com> | 2018-02-24 07:57:32 +0000 |
commit | 2b772b930e097ed6f06d698a51e291c7fd318baa (patch) | |
tree | dc3a7f000a935f20687ec8a8558b7ceeee2bbba2 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp | |
parent | dc1797e3465b79633bd136db32fa14a2f10a75d5 (diff) | |
download | bcm5719-llvm-2b772b930e097ed6f06d698a51e291c7fd318baa.tar.gz bcm5719-llvm-2b772b930e097ed6f06d698a51e291c7fd318baa.zip |
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp')
0 files changed, 0 insertions, 0 deletions