More trailing whilespace removal

This commit is contained in:
Gregory Nutt
2014-04-13 16:22:22 -06:00
parent 3a1324741a
commit f8024cf409
1051 changed files with 3204 additions and 3207 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ void nxbe_setpixel(FAR struct nxbe_window_s *wnd,
rect.pt2.x = rect.pt1.x;
rect.pt2.y = rect.pt1.y;
#if CONFIG_NX_NPLANES > 1
for (i = 0; i < wnd->be->vinfo.nplanes; i++)
#else