remove all trailing whitespace
This commit is contained in:
parent
d2d4966571
commit
b39f9d20a9
222 changed files with 3286 additions and 3286 deletions
|
@ -37,7 +37,7 @@ grub_normal_print_device_info (const char *name)
|
|||
grub_printf ("\tPartition %s: ", name);
|
||||
else
|
||||
grub_printf ("Device %s: ", name);
|
||||
|
||||
|
||||
dev = grub_device_open (name);
|
||||
if (! dev)
|
||||
grub_printf ("Filesystem cannot be accessed");
|
||||
|
@ -98,7 +98,7 @@ grub_normal_print_device_info (const char *name)
|
|||
grub_printf ("Unknown filesystem");
|
||||
else
|
||||
grub_printf ("Partition table");
|
||||
|
||||
|
||||
grub_device_close (dev);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue