Remove trailing spaces in kern/device.c

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-02-24 11:29:11 +01:00
parent 2b8fa975d4
commit f17d332e49

View file

@ -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;