diff options
| author | Max Moroz <mmoroz@chromium.org> | 2017-08-25 19:36:30 +0000 |
|---|---|---|
| committer | Max Moroz <mmoroz@chromium.org> | 2017-08-25 19:36:30 +0000 |
| commit | 1dbb7578fffa65ab1ee52be04b1ed30f530d8b0a (patch) | |
| tree | fbd3871fc391c73314ad301a1420de6ccb8fafea /compiler-rt/lib | |
| parent | b2f62a9eb752de4081b30e2a64371abc33871b18 (diff) | |
| download | bcm5719-llvm-1dbb7578fffa65ab1ee52be04b1ed30f530d8b0a.tar.gz bcm5719-llvm-1dbb7578fffa65ab1ee52be04b1ed30f530d8b0a.zip | |
[compiler-rt] Test commit: remove some trailing white spaces.
Summary: [compiler-rt] Test commit: remove some trailing white spaces.
Reviewers: Dor1s
Reviewed By: Dor1s
Subscribers: dberris
Differential Revision: https://reviews.llvm.org/D37161
llvm-svn: 311796
Diffstat (limited to 'compiler-rt/lib')
| -rw-r--r-- | compiler-rt/lib/BlocksRuntime/Block.h | 2 | ||||
| -rw-r--r-- | compiler-rt/lib/BlocksRuntime/Block_private.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/BlocksRuntime/Block.h b/compiler-rt/lib/BlocksRuntime/Block.h index 55cdd01a912..e6cb142fd75 100644 --- a/compiler-rt/lib/BlocksRuntime/Block.h +++ b/compiler-rt/lib/BlocksRuntime/Block.h @@ -27,7 +27,7 @@ #if !defined(BLOCK_EXPORT) # if defined(__cplusplus) -# define BLOCK_EXPORT extern "C" +# define BLOCK_EXPORT extern "C" # else # define BLOCK_EXPORT extern # endif diff --git a/compiler-rt/lib/BlocksRuntime/Block_private.h b/compiler-rt/lib/BlocksRuntime/Block_private.h index 8ae821815eb..91d8d8a9850 100644 --- a/compiler-rt/lib/BlocksRuntime/Block_private.h +++ b/compiler-rt/lib/BlocksRuntime/Block_private.h @@ -27,7 +27,7 @@ #if !defined(BLOCK_EXPORT) # if defined(__cplusplus) -# define BLOCK_EXPORT extern "C" +# define BLOCK_EXPORT extern "C" # else # define BLOCK_EXPORT extern # endif |

