Skip to content

Commit 811ab8d

Browse files
mehdibobzolnier
authored andcommitted
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>
1 parent ee6fbb2 commit 811ab8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/video/vgastate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ int save_vga(struct vgastate *state)
455455
return 0;
456456
}
457457

458-
int restore_vga (struct vgastate *state)
458+
int restore_vga(struct vgastate *state)
459459
{
460460
if (state->vidstate == NULL)
461461
return 1;

0 commit comments

Comments
 (0)