Trivial removal of trailing whitespace

This commit is contained in:
Gregory Nutt 2015-08-18 13:24:24 -06:00
parent 88660657c2
commit f4b35662ec

View File

@ -214,7 +214,7 @@ int boardctl(unsigned int cmd, uintptr_t arg)
case BOARDIOC_GRAPHICS_SETUP:
{
FAR struct boardioc_graphics_s *setup =
FAR struct boardioc_graphics_s *setup =
( FAR struct boardioc_graphics_s *)arg;
setup->dev = board_graphics_setup(setup->devno);