summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMichael Platings <michael.platings@arm.com>2018-11-19 12:16:05 +0000
committerMichael Platings <michael.platings@arm.com>2018-11-19 12:16:05 +0000
commitfd0f98bf23a09a3a6c4f8493b71b18b71356d1ca (patch)
tree9a8fb243d866bef7596397d39fc5f37842fbfb4d /examples
parentc05dbf6e8a018c76d1e29dec7216d534d5f0a1fb (diff)
downloadclang-fd0f98bf23a09a3a6c4f8493b71b18b71356d1ca.tar.gz
Test commit - delete trailing space.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@347194 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-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) {