summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxconsole/nxcon_scroll.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/graphics/nxconsole/nxcon_scroll.c')
-rwxr-xr-xnuttx/graphics/nxconsole/nxcon_scroll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/graphics/nxconsole/nxcon_scroll.c b/nuttx/graphics/nxconsole/nxcon_scroll.c
index 81bd3a7e8..b0a1a2335 100755
--- a/nuttx/graphics/nxconsole/nxcon_scroll.c
+++ b/nuttx/graphics/nxconsole/nxcon_scroll.c
@@ -236,4 +236,4 @@ void nxcon_scroll(FAR struct nxcon_state_s *priv, int scrollheight)
/* Move the display in the range of 0-height up one scrollheight. */
nxcon_movedisplay(priv, priv->fpos.y, scrollheight);
-} \ No newline at end of file
+}