summaryrefslogtreecommitdiff
path: root/apps/examples/lcdrw/lcdrw_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/lcdrw/lcdrw_main.c')
-rw-r--r--apps/examples/lcdrw/lcdrw_main.c4
1 files changed, 2 insertions, 2 deletions
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)