summaryrefslogtreecommitdiffstats
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
commit49af748672ecbfe60948b2500ff8ce779dec2887 (patch)
tree013da77dea33e8c6e5056d0e34b103edff04b116
parentdad611c1a08c964e7166e582e2751f8fe3a8e4a3 (diff)
downloadbcm5719-llvm-49af748672ecbfe60948b2500ff8ce779dec2887.tar.gz
bcm5719-llvm-49af748672ecbfe60948b2500ff8ce779dec2887.zip
Test commit - delete trailing space.
llvm-svn: 347194
-rw-r--r--clang/examples/clang-interpreter/Test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/examples/clang-interpreter/Test.cxx b/clang/examples/clang-interpreter/Test.cxx
index d2cbb0baac5..d39249214dc 100644
--- a/clang/examples/clang-interpreter/Test.cxx
+++ b/clang/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) {
OpenPOWER on IntegriCloud