summaryrefslogtreecommitdiff
path: root/apps/examples/nximage/nximage_bkgd.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nximage/nximage_bkgd.c')
-rw-r--r--apps/examples/nximage/nximage_bkgd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/nximage/nximage_bkgd.c b/apps/examples/nximage/nximage_bkgd.c
index 4a028f720..ddd7b4a72 100644
--- a/apps/examples/nximage/nximage_bkgd.c
+++ b/apps/examples/nximage/nximage_bkgd.c
@@ -295,7 +295,7 @@ void nximage_image(NXWINDOW hwnd)
dest.pt1.x = pos.x;
dest.pt2.x = pos.x + SCALED_WIDTH - 1;
-
+
/* Now output the rows */
for (row = 0; row < IMAGE_HEIGHT; row += NINPUT_ROWS)