OSDN Git Service

Removing whitespace from test commit rL273447
authorJason Henline <jhen@google.com>
Wed, 22 Jun 2016 18:01:11 +0000 (18:01 +0000)
committerJason Henline <jhen@google.com>
Wed, 22 Jun 2016 18:01:11 +0000 (18:01 +0000)
Undoing the trivial change I introduced in rL273447.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273449 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/ThreadPool.cpp

index 3d7bec0..db03a4d 100644 (file)
@@ -8,7 +8,7 @@
 //===----------------------------------------------------------------------===//
 //
 // This file implements a crude C++11 based thread pool.
-// 
+//
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/ThreadPool.h"