summaryrefslogtreecommitdiff
path: root/apps/examples/modbus
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-13 16:24:28 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-13 16:24:28 -0600
commit43ec94a665e13552402ff4f102e0f65f6792cf29 (patch)
tree05da26d1bb5e364c1a388afd54630d5ae3ca4aa7 /apps/examples/modbus
parent70b6bb22af51defd713adfd452309f32f0e523aa (diff)
downloadnuttx-43ec94a665e13552402ff4f102e0f65f6792cf29.tar.gz
nuttx-43ec94a665e13552402ff4f102e0f65f6792cf29.tar.bz2
nuttx-43ec94a665e13552402ff4f102e0f65f6792cf29.zip
More trailing whilespace removal
Diffstat (limited to 'apps/examples/modbus')
-rw-r--r--apps/examples/modbus/Makefile2
-rw-r--r--apps/examples/modbus/modbus_main.c8
2 files changed, 5 insertions, 5 deletions
diff --git a/apps/examples/modbus/Makefile b/apps/examples/modbus/Makefile
index b2fba6764..ed1e19fab 100644
--- a/apps/examples/modbus/Makefile
+++ b/apps/examples/modbus/Makefile
@@ -68,7 +68,7 @@ ROOTDEPPATH = --dep-path .
# Common build
-VPATH =
+VPATH =
all: .built
.PHONY: clean depend distclean
diff --git a/apps/examples/modbus/modbus_main.c b/apps/examples/modbus/modbus_main.c
index 2247fd675..7ff2b5b21 100644
--- a/apps/examples/modbus/modbus_main.c
+++ b/apps/examples/modbus/modbus_main.c
@@ -33,7 +33,7 @@
*
****************************************************************************
* Leveraged from:
- *
+ *
* FreeModbus Libary: Linux Demo Application
* Copyright (C) 2006 Christian Walter <wolti@sil.at>
*
@@ -149,7 +149,7 @@ static const uint8_t g_slaveid[] = { 0xaa, 0xbb, 0xcc };
* Name: modbus_initialize
*
* Description:
- * Called from the ModBus polling thread in order to initialized the
+ * Called from the ModBus polling thread in order to initialized the
* FreeModBus interface.
*
****************************************************************************/
@@ -197,7 +197,7 @@ static inline int modbus_initialize(void)
"ERROR: eMBInit failed: %d\n", mberr);
goto errout_with_mutex;
}
-
+
/* Set the slave ID
*
* 0x34 = Slave ID
@@ -274,7 +274,7 @@ static void *modbus_pollthread(void *pvarg)
do
{
/* Poll */
-
+
mberr = eMBPoll();
if (mberr != MB_ENOERR)
{