OSDN Git Service

Add whitespace to check commit access
authorJason Henline <jhen@google.com>
Wed, 22 Jun 2016 17:40:02 +0000 (17:40 +0000)
committerJason Henline <jhen@google.com>
Wed, 22 Jun 2016 17:40:02 +0000 (17:40 +0000)
No functional changes. Just adding whitespace in a comment in order to
check that I am able to push a commit to the repo.

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

lib/Support/ThreadPool.cpp

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