Skip to content

Commit

Permalink
Video: vgastate: fixed a spacing coding style
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mehdi Bounya authored and Bartlomiej Zolnierkiewicz committed Oct 8, 2018
1 parent ee6fbb2 commit 811ab8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/vgastate.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 811ab8d

Please sign in to comment.