summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorOssama Othman <ossama.othman@intel.com>2015-07-29 15:22:51 -0700
committerErich Keane <erich.keane@intel.com>2015-07-30 00:03:57 +0000
commitc44033c3918fdbcf8089b40444eac46187994071 (patch)
tree4d95760319d3f3939f83877ada7b178555d8167f /examples
parentb56811ebf8a4872bf149bf2e3d832e33ffee1284 (diff)
downloadiotivity-c44033c3918fdbcf8089b40444eac46187994071.tar.gz
iotivity-c44033c3918fdbcf8089b40444eac46187994071.tar.bz2
iotivity-c44033c3918fdbcf8089b40444eac46187994071.zip
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 <ossama.othman@intel.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/1980 Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by: Jon A. Cruz <jonc@osg.samsung.com> Reviewed-by: Erich Keane <erich.keane@intel.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/OICMiddle/README2
-rw-r--r--examples/OICSensorBoard/Makefile4
2 files changed, 3 insertions, 3 deletions
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)