From c44033c3918fdbcf8089b40444eac46187994071 Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Wed, 29 Jul 2015 15:22:51 -0700 Subject: Clean up some SonarQube warnings (trailing whitespace, etc). Clean up trailing whitespace and removed Windows line endings from most text files to address SonarQube warnings. As a side effect of this clean-up, several files that should not have been executable had their executable permission bit removed. Change-Id: Ie388df6e383219cdebfb56ba8fa86cacf2ca3e46 Signed-off-by: Ossama Othman Reviewed-on: https://gerrit.iotivity.org/gerrit/1980 Tested-by: jenkins-iotivity Reviewed-by: Jon A. Cruz Reviewed-by: Erich Keane --- examples/OICMiddle/README | 2 +- examples/OICSensorBoard/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/OICMiddle/README b/examples/OICMiddle/README index 518fb2a3a..c853da089 100644 --- a/examples/OICMiddle/README +++ b/examples/OICMiddle/README @@ -20,7 +20,7 @@ editing capabilities, like the additions of various filters. Running OICMiddle with no arguments on a console shows the various capabilities it offers. The most important are: - -client. Act as an OIC client. + -client. Act as an OIC client. -console. Accept command lines from console input to drive the OIC client. -server. Advertise resources found by the OIC client as OIC resources. diff --git a/examples/OICSensorBoard/Makefile b/examples/OICSensorBoard/Makefile index ce6b1730e..8a6939be9 100644 --- a/examples/OICSensorBoard/Makefile +++ b/examples/OICSensorBoard/Makefile @@ -1,4 +1,4 @@ -#Set the two variables below for the client build. +#Set the two variables below for the client build. CLIENTARCH=x86 BUILDTYPE=release ## @@ -23,7 +23,7 @@ observer.o: observer.cpp server.o: server.cpp ifeq ($(SDKTARGETSYSROOT),) echo "Error: Yocto cross-toolchain environment not initialized" - exit 1 + exit 1 endif $(CXX) -std=c++0x -c -o $@ $< $(YOCTOCXXFLAGS) -- cgit v1.2.3