OSDN Git Service

Test commit - delete a trailing space.
authorMichael Platings <michael.platings@arm.com>
Mon, 19 Nov 2018 12:10:07 +0000 (12:10 +0000)
committerMichael Platings <michael.platings@arm.com>
Mon, 19 Nov 2018 12:10:07 +0000 (12:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@347193 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Support/ProcessTest.cpp

index c6ba35f..85b1839 100644 (file)
@@ -42,7 +42,7 @@ TEST(ProcessTest, None) {
   Optional<std::string> val(
       Process::GetEnv("__LLVM_TEST_ENVIRON_NO_SUCH_VAR__"));
   EXPECT_FALSE(val.hasValue());
-} 
+}
 #endif
 
 #ifdef _WIN32