Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
[oota-llvm.git] / unittests / Support / MemoryBufferTest.cpp
index 4f17db2c76d7152b26e2176dc5b7a79671f4c46d..d9102e07e85391f84e91056db00797307d409e6a 100644 (file)
@@ -112,7 +112,7 @@ void MemoryBufferTest::testGetOpenFileSlice(bool Reopen) {
   SmallString<64> TestPath;
   // Create a temporary file and write data into it.
   sys::fs::createTemporaryFile("prefix", "temp", TestFD, TestPath);
-  // OF is responsible for closing the file; If the file is not 
+  // OF is responsible for closing the file; If the file is not
   // reopened, it will be unbuffered so that the results are
   // immediately visible through the fd.
   raw_fd_ostream OF(TestFD, true, !Reopen);