* grub-core/video/efi_gop.c: Fix over-80-chars line.

* grub-core/video/efi_uga.c: Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-13 20:10:41 +02:00
parent b2a30ac5e4
commit 54ac3cd189
3 changed files with 9 additions and 2 deletions

View file

@ -198,7 +198,8 @@ grub_video_uga_fini (void)
static grub_err_t
grub_video_uga_setup (unsigned int width, unsigned int height,
unsigned int mode_type, unsigned int mode_mask __attribute__ ((unused)))
unsigned int mode_type,
unsigned int mode_mask __attribute__ ((unused)))
{
unsigned int depth;
int found = 0;