From 43ec94a665e13552402ff4f102e0f65f6792cf29 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 13 Apr 2014 16:24:28 -0600 Subject: More trailing whilespace removal --- apps/examples/cxxtest/Makefile | 2 +- apps/examples/cxxtest/cxxtest_main.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/examples/cxxtest') diff --git a/apps/examples/cxxtest/Makefile b/apps/examples/cxxtest/Makefile index ecdc1d4fb..833cf0cc7 100644 --- a/apps/examples/cxxtest/Makefile +++ b/apps/examples/cxxtest/Makefile @@ -70,7 +70,7 @@ STACKSIZE = 4096 # Common build -VPATH = +VPATH = all: .built .PHONY: clean depend distclean chkcxx diff --git a/apps/examples/cxxtest/cxxtest_main.cxx b/apps/examples/cxxtest/cxxtest_main.cxx index 8c75e0fb8..364dc12ce 100644 --- a/apps/examples/cxxtest/cxxtest_main.cxx +++ b/apps/examples/cxxtest/cxxtest_main.cxx @@ -259,7 +259,7 @@ extern "C" #ifdef CONFIG_UCLIBCXX_EXCEPTION test_exception(); #endif - + return 0; } } -- cgit v1.2.3