mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Trivial removal of trailing whitespace
This commit is contained in:
+1
-1
@@ -214,7 +214,7 @@ int boardctl(unsigned int cmd, uintptr_t arg)
|
|||||||
|
|
||||||
case BOARDIOC_GRAPHICS_SETUP:
|
case BOARDIOC_GRAPHICS_SETUP:
|
||||||
{
|
{
|
||||||
FAR struct boardioc_graphics_s *setup =
|
FAR struct boardioc_graphics_s *setup =
|
||||||
( FAR struct boardioc_graphics_s *)arg;
|
( FAR struct boardioc_graphics_s *)arg;
|
||||||
|
|
||||||
setup->dev = board_graphics_setup(setup->devno);
|
setup->dev = board_graphics_setup(setup->devno);
|
||||||
|
|||||||
Reference in New Issue
Block a user