From 6e0dbb06687820d53efdcc21061f1445de5c9a50 Mon Sep 17 00:00:00 2001 From: Gabor Horvath Date: Sat, 10 Feb 2018 14:26:53 +0000 Subject: Make a build bot happy. llvm-svn: 324809 --- clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp') diff --git a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp index 59f30d5..1bb939a 100644 --- a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp +++ b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp @@ -258,4 +258,4 @@ bool ExecuteCompilerInvocation(CompilerInstance *Clang) { return Success; } -} //namespace clang +} // namespace clang -- cgit v1.1