From f58eecfbbb0a291647ca0ab5b2f55ca13dd89a12 Mon Sep 17 00:00:00 2001 From: Benjamin Foster Date: Wed, 13 Aug 2014 16:11:50 +0000 Subject: [PATCH] Test commit, remove trailing whitespace git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215556 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Support/YAMLParserTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/Support/YAMLParserTest.cpp b/unittests/Support/YAMLParserTest.cpp index e9839358a01..cd8b9f735d7 100644 --- a/unittests/Support/YAMLParserTest.cpp +++ b/unittests/Support/YAMLParserTest.cpp @@ -18,7 +18,7 @@ namespace llvm { static void SuppressDiagnosticsOutput(const SMDiagnostic &, void *) { - // Prevent SourceMgr from writing errors to stderr + // Prevent SourceMgr from writing errors to stderr // to reduce noise in unit test runs. }