[llvm] r273449 - Removing whitespace from test commit rL273447

Jason Henline via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 11:01:11 PDT 2016


Author: jhen
Date: Wed Jun 22 13:01:11 2016
New Revision: 273449

URL: http://llvm.org/viewvc/llvm-project?rev=273449&view=rev
Log:
Removing whitespace from test commit rL273447

Undoing the trivial change I introduced in rL273447.

Modified:
    llvm/trunk/lib/Support/ThreadPool.cpp

Modified: llvm/trunk/lib/Support/ThreadPool.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/ThreadPool.cpp?rev=273449&r1=273448&r2=273449&view=diff
==============================================================================
--- llvm/trunk/lib/Support/ThreadPool.cpp (original)
+++ llvm/trunk/lib/Support/ThreadPool.cpp Wed Jun 22 13:01:11 2016
@@ -8,7 +8,7 @@
 //===----------------------------------------------------------------------===//
 //
 // This file implements a crude C++11 based thread pool.
-// 
+//
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/ThreadPool.h"




More information about the llvm-commits mailing list