[compiler-rt] r219678 - tsan: remove trailing whitespace

Dmitry Vyukov dvyukov at google.com
Tue Oct 14 02:46:57 PDT 2014


Author: dvyukov
Date: Tue Oct 14 04:46:56 2014
New Revision: 219678

URL: http://llvm.org/viewvc/llvm-project?rev=219678&view=rev
Log:
tsan: remove trailing whitespace


Modified:
    compiler-rt/trunk/lib/tsan/rtl/tsan_interceptors.cc

Modified: compiler-rt/trunk/lib/tsan/rtl/tsan_interceptors.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/rtl/tsan_interceptors.cc?rev=219678&r1=219677&r2=219678&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/rtl/tsan_interceptors.cc (original)
+++ compiler-rt/trunk/lib/tsan/rtl/tsan_interceptors.cc Tue Oct 14 04:46:56 2014
@@ -345,7 +345,7 @@ static AtExitContext *atexit_ctx;
 */
 
 // The sole reason tsan wraps atexit callbacks is to establish synchronization
-// between callback setup and callback execution. 
+// between callback setup and callback execution.
 struct AtExitCtx {
   void (*f)();
   void *arg;





More information about the llvm-commits mailing list