summaryrefslogtreecommitdiff
path: root/lib/BlocksRuntime
diff options
context:
space:
mode:
authorMax Moroz <mmoroz@chromium.org>2017-08-25 19:36:30 +0000
committerMax Moroz <mmoroz@chromium.org>2017-08-25 19:36:30 +0000
commit62ddf6220c3bc9c7ecc53bceec6d4548827a79e3 (patch)
tree32fc955b7ce186593d1d958f736677668043cf4f /lib/BlocksRuntime
parent3518c5ed168302e729f32e59e7406e733eabbff7 (diff)
[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 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@311796 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/BlocksRuntime')
-rw-r--r--lib/BlocksRuntime/Block.h2
-rw-r--r--lib/BlocksRuntime/Block_private.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/BlocksRuntime/Block.h b/lib/BlocksRuntime/Block.h
index 55cdd01a9..e6cb142fd 100644
--- a/lib/BlocksRuntime/Block.h
+++ b/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/lib/BlocksRuntime/Block_private.h b/lib/BlocksRuntime/Block_private.h
index 8ae821815..91d8d8a98 100644
--- a/lib/BlocksRuntime/Block_private.h
+++ b/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