diff options
author | Jason Henline <jhen@google.com> | 2016-06-22 18:01:11 +0000 |
---|---|---|
committer | Jason Henline <jhen@google.com> | 2016-06-22 18:01:11 +0000 |
commit | 703788373aa61e0e1db60575e814b5646af88af7 (patch) | |
tree | dae79da3c7c059c087f0c32ee07d373de9ab7e64 /llvm/lib/Support/ThreadPool.cpp | |
parent | 0e5befe31536edbb89ccfc6f156c57b433adf84e (diff) | |
download | bcm5719-llvm-703788373aa61e0e1db60575e814b5646af88af7.tar.gz bcm5719-llvm-703788373aa61e0e1db60575e814b5646af88af7.zip |
Removing whitespace from test commit rL273447
Undoing the trivial change I introduced in rL273447.
llvm-svn: 273449
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 3d7bec09e62..db03a4d6240 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" |