Skip to content

Commit

Permalink
[compiler-rt] Test commit: remove some trailing white spaces.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Dor1s committed Aug 25, 2017
1 parent b2f62a9 commit 1dbb757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compiler-rt/lib/BlocksRuntime/Block.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion compiler-rt/lib/BlocksRuntime/Block_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1dbb757

Please sign in to comment.