[lld] r187216 - Remove trailing whitespace.

Rui Ueyama ruiu at google.com
Fri Jul 26 10:08:13 PDT 2013


Author: ruiu
Date: Fri Jul 26 12:08:12 2013
New Revision: 187216

URL: http://llvm.org/viewvc/llvm-project?rev=187216&view=rev
Log:
Remove trailing whitespace.

Modified:
    lld/trunk/unittests/DriverTests/DriverTest.h

Modified: lld/trunk/unittests/DriverTests/DriverTest.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/unittests/DriverTests/DriverTest.h?rev=187216&r1=187215&r2=187216&view=diff
==============================================================================
--- lld/trunk/unittests/DriverTests/DriverTest.h (original)
+++ lld/trunk/unittests/DriverTests/DriverTest.h Fri Jul 26 12:08:12 2013
@@ -26,9 +26,9 @@ class ParserTest : public testing::Test
 protected:
 
   virtual const TargetInfo *targetInfo() = 0;
-  
+
   std::string &errorMessage() { return  _errorMessage; }
-  
+
   // Convenience method for getting number of input files.
   int inputFileCount() {
     return targetInfo()->inputFiles().size();





More information about the llvm-commits mailing list