From fd0f98bf23a09a3a6c4f8493b71b18b71356d1ca Mon Sep 17 00:00:00 2001 From: Michael Platings Date: Mon, 19 Nov 2018 12:16:05 +0000 Subject: [PATCH] Test commit - delete trailing space. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@347194 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/clang-interpreter/Test.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/clang-interpreter/Test.cxx b/examples/clang-interpreter/Test.cxx index d2cbb0baac..d39249214d 100644 --- a/examples/clang-interpreter/Test.cxx +++ b/examples/clang-interpreter/Test.cxx @@ -21,7 +21,7 @@ static void ThrowerAnError(const char* Name) { int main(int argc, const char** argv) { for (int I = 0; I < argc; ++I) printf("arg[%d]='%s'\n", I, argv[I]); - + try { ThrowerAnError("In JIT"); } catch (const std::exception& E) { -- 2.40.0