From 2e5040083e408c50bd444a8b9cb404bae39c222b Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 10 Sep 2006 10:38:35 +0200 Subject: [PATCH] Whitespace cleanup. --- lspci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lspci.c b/lspci.c index c1f9186..cbefe5b 100644 --- a/lspci.c +++ b/lspci.c @@ -2090,7 +2090,7 @@ show_tree_dev(struct device *d, char *line, char *p) } static void -show_tree_bus(struct bus *b, char*line, char *p) +show_tree_bus(struct bus *b, char *line, char *p) { if (!b->first_dev) print_it(line, p); -- 2.39.5