Remove trailing spaces in kern/device.c
This commit is contained in:
parent
2b8fa975d4
commit
f17d332e49
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ grub_device_iterate (int (*hook) (const char *name))
|
|||
grub_free (partition_name);
|
||||
grub_free (p);
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
grub_free (partition_name);
|
||||
|
||||
p->next = ents;
|
||||
|
|
Loading…
Reference in a new issue