whitespace and comment fixes, no code changes

This commit is contained in:
Denis Vlasenko
2008-06-16 04:09:25 +00:00
parent 57c899e4c2
commit f45c4f41b7
9 changed files with 16 additions and 20 deletions

View File

@ -181,7 +181,7 @@ int depmod_main(int ATTRIBUTE_UNUSED argc, char **argv)
char *shortname = llist_pop(&old_deps);
while (all) {
char *nam =
char *nam =
xstrdup(bb_get_last_path_component_nostrip(all->name));
char *tmp = strrstr(nam, ".ko");