[compiler-rt] r311796 - [compiler-rt] Test commit: remove some trailing white spaces.
Max Moroz via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 25 12:36:30 PDT 2017
Author: dor1s
Date: Fri Aug 25 12:36:30 2017
New Revision: 311796
URL: http://llvm.org/viewvc/llvm-project?rev=311796&view=rev
Log:
[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
Modified:
compiler-rt/trunk/lib/BlocksRuntime/Block.h
compiler-rt/trunk/lib/BlocksRuntime/Block_private.h
Modified: compiler-rt/trunk/lib/BlocksRuntime/Block.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/BlocksRuntime/Block.h?rev=311796&r1=311795&r2=311796&view=diff
==============================================================================
--- compiler-rt/trunk/lib/BlocksRuntime/Block.h (original)
+++ compiler-rt/trunk/lib/BlocksRuntime/Block.h Fri Aug 25 12:36:30 2017
@@ -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
Modified: compiler-rt/trunk/lib/BlocksRuntime/Block_private.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/BlocksRuntime/Block_private.h?rev=311796&r1=311795&r2=311796&view=diff
==============================================================================
--- compiler-rt/trunk/lib/BlocksRuntime/Block_private.h (original)
+++ compiler-rt/trunk/lib/BlocksRuntime/Block_private.h Fri Aug 25 12:36:30 2017
@@ -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
More information about the llvm-commits
mailing list