summaryrefslogtreecommitdiff
path: root/nuttx/libnx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-13 13:18:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-13 13:18:06 -0600
commit3900ca5789a408413a6e590683b4babe76ac7fad (patch)
tree228f5246dcea113238b5925775b9b9ccf8585238 /nuttx/libnx
parent74a4eb6d1612d63958e14a240cc526c9be8041e0 (diff)
downloadnuttx-3900ca5789a408413a6e590683b4babe76ac7fad.tar.gz
nuttx-3900ca5789a408413a6e590683b4babe76ac7fad.tar.bz2
nuttx-3900ca5789a408413a6e590683b4babe76ac7fad.zip
Cosmetic changes for coding style; removal of dangling spaces at the end of lines
Diffstat (limited to 'nuttx/libnx')
-rw-r--r--nuttx/libnx/nxtk/nxtk_drawlinetoolbar.c2
-rw-r--r--nuttx/libnx/nxtk/nxtk_drawlinewindow.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/libnx/nxtk/nxtk_drawlinetoolbar.c b/nuttx/libnx/nxtk/nxtk_drawlinetoolbar.c
index 6a975536a..2bcb8b890 100644
--- a/nuttx/libnx/nxtk/nxtk_drawlinetoolbar.c
+++ b/nuttx/libnx/nxtk/nxtk_drawlinetoolbar.c
@@ -94,7 +94,7 @@
int nxtk_drawlinetoolbar(NXTKWINDOW hfwnd, FAR struct nxgl_vector_s *vector,
nxgl_coord_t width, nxgl_mxpixel_t color[CONFIG_NX_NPLANES])
-{
+{
struct nxgl_trapezoid_s trap[3];
struct nxgl_rect_s rect;
int ret;
diff --git a/nuttx/libnx/nxtk/nxtk_drawlinewindow.c b/nuttx/libnx/nxtk/nxtk_drawlinewindow.c
index ba45a2dc8..176f60b82 100644
--- a/nuttx/libnx/nxtk/nxtk_drawlinewindow.c
+++ b/nuttx/libnx/nxtk/nxtk_drawlinewindow.c
@@ -93,7 +93,7 @@
int nxtk_drawlinewindow(NXTKWINDOW hfwnd, FAR struct nxgl_vector_s *vector,
nxgl_coord_t width, nxgl_mxpixel_t color[CONFIG_NX_NPLANES])
-{
+{
struct nxgl_trapezoid_s trap[3];
struct nxgl_rect_s rect;
int ret;