From: Jason Henline Date: Wed, 22 Jun 2016 18:01:11 +0000 (+0000) Subject: Removing whitespace from test commit rL273447 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3416e6a878a4f073b2128f2589d790d83473d1b;p=llvm Removing whitespace from test commit rL273447 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 --- diff --git a/lib/Support/ThreadPool.cpp b/lib/Support/ThreadPool.cpp index 3d7bec09e62..db03a4d6240 100644 --- a/lib/Support/ThreadPool.cpp +++ b/lib/Support/ThreadPool.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // // This file implements a crude C++11 based thread pool. -// +// //===----------------------------------------------------------------------===// #include "llvm/Support/ThreadPool.h"