From a1e97a77f592a0f8606bbb74b2576021e5110cd6 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 28 Aug 2017 06:47:47 +0000 Subject: Untabify. llvm-svn: 311875 --- llvm/unittests/Support/FileOutputBufferTest.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llvm/unittests/Support/FileOutputBufferTest.cpp') diff --git a/llvm/unittests/Support/FileOutputBufferTest.cpp b/llvm/unittests/Support/FileOutputBufferTest.cpp index 5f20634d66c..640af46844b 100644 --- a/llvm/unittests/Support/FileOutputBufferTest.cpp +++ b/llvm/unittests/Support/FileOutputBufferTest.cpp @@ -40,7 +40,7 @@ TEST(FileOutputBuffer, Test) { // TEST 1: Verify commit case. SmallString<128> File1(TestDirectory); - File1.append("/file1"); + File1.append("/file1"); { ErrorOr> BufferOrErr = FileOutputBuffer::create(File1, 8192); @@ -79,7 +79,7 @@ TEST(FileOutputBuffer, Test) { // TEST 3: Verify sizing down case. SmallString<128> File3(TestDirectory); - File3.append("/file3"); + File3.append("/file3"); { ErrorOr> BufferOrErr = FileOutputBuffer::create(File3, 8192000); @@ -100,7 +100,7 @@ TEST(FileOutputBuffer, Test) { // TEST 4: Verify file can be made executable. SmallString<128> File4(TestDirectory); - File4.append("/file4"); + File4.append("/file4"); { ErrorOr> BufferOrErr = FileOutputBuffer::create(File4, 8192, FileOutputBuffer::F_executable); -- cgit v1.2.3