[llvm] r194605 - Whitespace.

Rui Ueyama ruiu at google.com
Wed Nov 13 12:31:21 PST 2013


Author: ruiu
Date: Wed Nov 13 14:31:21 2013
New Revision: 194605

URL: http://llvm.org/viewvc/llvm-project?rev=194605&view=rev
Log:
Whitespace.

Modified:
    llvm/trunk/unittests/Support/Path.cpp

Modified: llvm/trunk/unittests/Support/Path.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Support/Path.cpp?rev=194605&r1=194604&r2=194605&view=diff
==============================================================================
--- llvm/trunk/unittests/Support/Path.cpp (original)
+++ llvm/trunk/unittests/Support/Path.cpp Wed Nov 13 14:31:21 2013
@@ -500,7 +500,7 @@ TEST_F(FileSystemTest, FileMapping) {
     mfr.data()[Val.size()] = 0;
     // Unmap temp file
   }
-  
+
   // Map it back in read-only
   fs::mapped_file_region mfr(Twine(TempPath),
                              fs::mapped_file_region::readonly,
@@ -508,10 +508,10 @@ TEST_F(FileSystemTest, FileMapping) {
                              0,
                              EC);
   ASSERT_NO_ERROR(EC);
-  
+
   // Verify content
   EXPECT_EQ(StringRef(mfr.const_data()), Val);
-  
+
   // Unmap temp file
 
 #if LLVM_HAS_RVALUE_REFERENCES





More information about the llvm-commits mailing list