mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-07 23:28:55 +00:00
Video: vgastate: fixed a spacing coding style
Removed a space between function name and open parant. Signed-off-by: Mehdi Bounya <mehdi.bounya@gmail.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
This commit is contained in:
parent
ee6fbb20ab
commit
811ab8db89
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue