summaryrefslogtreecommitdiffstats
path: root/examples/clang-interpreter/Test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/clang-interpreter/Test.cxx')
-rw-r--r--examples/clang-interpreter/Test.cxx2
1 files changed, 1 insertions, 1 deletions
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) {