summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src/up_lcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/sim/src/up_lcd.c')
-rw-r--r--nuttx/arch/sim/src/up_lcd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/arch/sim/src/up_lcd.c b/nuttx/arch/sim/src/up_lcd.c
index 4c2031dd2..abbb2a8e0 100644
--- a/nuttx/arch/sim/src/up_lcd.c
+++ b/nuttx/arch/sim/src/up_lcd.c
@@ -32,7 +32,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*
****************************************************************************/
-
+
/****************************************************************************
* Included Files
****************************************************************************/
@@ -203,7 +203,7 @@ static const struct fb_videoinfo_s g_videoinfo =
/* This is the standard, NuttX Plane information object */
-static const struct lcd_planeinfo_s g_planeinfo =
+static const struct lcd_planeinfo_s g_planeinfo =
{
.putrun = sim_putrun, /* Put a run into LCD memory */
.getrun = sim_getrun, /* Get a run from LCD memory */
@@ -213,12 +213,12 @@ static const struct lcd_planeinfo_s g_planeinfo =
/* This is the standard, NuttX LCD driver object */
-static struct sim_dev_s g_lcddev =
+static struct sim_dev_s g_lcddev =
{
.dev =
{
/* LCD Configuration */
-
+
.getvideoinfo = sim_getvideoinfo,
.getplaneinfo = sim_getplaneinfo,