diff options
author | Jason Henline <jhen@google.com> | 2016-06-22 17:40:02 +0000 |
---|---|---|
committer | Jason Henline <jhen@google.com> | 2016-06-22 17:40:02 +0000 |
commit | 4fe43f9b4a30b595a7688a4bab5370a550264a5f (patch) | |
tree | 357c3938d5d97f18978bc91e6b1d299a85f016fd /llvm/lib/Support/ThreadPool.cpp | |
parent | 3bd6c7d0e7cbe5237c047cfe2dce25e77c58b620 (diff) | |
download | bcm5719-llvm-4fe43f9b4a30b595a7688a4bab5370a550264a5f.tar.gz bcm5719-llvm-4fe43f9b4a30b595a7688a4bab5370a550264a5f.zip |
Add whitespace to check commit access
No functional changes. Just adding whitespace in a comment in order to
check that I am able to push a commit to the repo.
llvm-svn: 273447
Diffstat (limited to 'llvm/lib/Support/ThreadPool.cpp')
-rw-r--r-- | llvm/lib/Support/ThreadPool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/ThreadPool.cpp b/llvm/lib/Support/ThreadPool.cpp index db03a4d6240..3d7bec09e62 100644 --- a/llvm/lib/Support/ThreadPool.cpp +++ b/llvm/lib/Support/ThreadPool.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // // This file implements a crude C++11 based thread pool. -// +// //===----------------------------------------------------------------------===// #include "llvm/Support/ThreadPool.h" |