Commit 811ab8db authored by Mehdi Bounya's avatar Mehdi Bounya Committed by Bartlomiej Zolnierkiewicz

Video: vgastate: fixed a spacing coding style

Removed a space between function name and open parant.
Signed-off-by: default avatarMehdi Bounya <mehdi.bounya@gmail.com>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
parent ee6fbb20
...@@ -455,7 +455,7 @@ int save_vga(struct vgastate *state) ...@@ -455,7 +455,7 @@ int save_vga(struct vgastate *state)
return 0; return 0;
} }
int restore_vga (struct vgastate *state) int restore_vga(struct vgastate *state)
{ {
if (state->vidstate == NULL) if (state->vidstate == NULL)
return 1; return 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment