提交 811ab8db 编写于 作者: M Mehdi Bounya 提交者: Bartlomiej Zolnierkiewicz

Video: vgastate: fixed a spacing coding style

Removed a space between function name and open parant.
Signed-off-by: NMehdi Bounya <mehdi.bounya@gmail.com>
Signed-off-by: NBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
上级 ee6fbb20
......@@ -455,7 +455,7 @@ int save_vga(struct vgastate *state)
return 0;
}
int restore_vga (struct vgastate *state)
int restore_vga(struct vgastate *state)
{
if (state->vidstate == NULL)
return 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册