[llvm] r273447 - Add whitespace to check commit access
Jason Henline via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 22 10:40:02 PDT 2016
Author: jhen
Date: Wed Jun 22 12:40:02 2016
New Revision: 273447
URL: http://llvm.org/viewvc/llvm-project?rev=273447&view=rev
Log:
Add whitespace to check commit access
No functional changes. Just adding whitespace in a comment in order to
check that I am able to push a commit to the repo.
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=273447&r1=273446&r2=273447&view=diff
==============================================================================
--- llvm/trunk/lib/Support/ThreadPool.cpp (original)
+++ llvm/trunk/lib/Support/ThreadPool.cpp Wed Jun 22 12:40:02 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