[llvm] r308685 - Make a file end with n and remove trailing whitespace.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 15:39:20 PDT 2017


Author: ruiu
Date: Thu Jul 20 15:39:20 2017
New Revision: 308685

URL: http://llvm.org/viewvc/llvm-project?rev=308685&view=rev
Log:
Make a file end with n and remove trailing whitespace.

Modified:
    llvm/trunk/test/lit.cfg

Modified: llvm/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/lit.cfg?rev=308685&r1=308684&r2=308685&view=diff
==============================================================================
--- llvm/trunk/test/lit.cfg (original)
+++ llvm/trunk/test/lit.cfg Thu Jul 20 15:39:20 2017
@@ -555,4 +555,3 @@ if config.enable_abi_breaking_checks ==
 
 if config.llvm_disable_libxml2 == "OFF" and config.have_libxml2 == "TRUE":
     config.available_features.add('libxml2')
-    
\ No newline at end of file




More information about the llvm-commits mailing list