summaryrefslogtreecommitdiff
path: root/apps/examples/lcdrw
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/lcdrw
parent70b6bb22af51defd713adfd452309f32f0e523aa (diff)
downloadnuttx-43ec94a665e13552402ff4f102e0f65f6792cf29.tar.gz
nuttx-43ec94a665e13552402ff4f102e0f65f6792cf29.tar.bz2
nuttx-43ec94a665e13552402ff4f102e0f65f6792cf29.zip
More trailing whilespace removal
Diffstat (limited to 'apps/examples/lcdrw')
-rw-r--r--apps/examples/lcdrw/Makefile4
-rw-r--r--apps/examples/lcdrw/lcdrw_main.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/examples/lcdrw/Makefile b/apps/examples/lcdrw/Makefile
index 59726f7c0..9a394632e 100644
--- a/apps/examples/lcdrw/Makefile
+++ b/apps/examples/lcdrw/Makefile
@@ -61,14 +61,14 @@ endif
ROOTDEPPATH = --dep-path .
# LCD R/W built-in application info
-
+
APPNAME = lcdrw
PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = 2048
# Common build
-VPATH =
+VPATH =
all: .built
.PHONY: clean depend distclean
diff --git a/apps/examples/lcdrw/lcdrw_main.c b/apps/examples/lcdrw/lcdrw_main.c
index 0852502f3..709859d1b 100644
--- a/apps/examples/lcdrw/lcdrw_main.c
+++ b/apps/examples/lcdrw/lcdrw_main.c
@@ -181,7 +181,7 @@ int lcdrw_main(int argc, char *argv[])
/* Create a dummy row. The important thing is to try all
* bit combinations in a predictable way.
*/
-
+
ptr = (FAR uint16_t*)inst.pinfo.buffer;
for (col = 0; col < CONFIG_EXAMPLES_LDCRW_XRES; col++)
{
@@ -214,7 +214,7 @@ int lcdrw_main(int argc, char *argv[])
for (row = 0; row < CONFIG_EXAMPLES_LDCRW_YRES; row++)
{
/* Read the row */
-
+
ret = inst.pinfo.getrun(row, 0, inst.pinfo.buffer,
CONFIG_EXAMPLES_LDCRW_XRES);
if (ret < 0)