From: Martin Mares Date: Sun, 10 Sep 2006 08:38:35 +0000 (+0200) Subject: Whitespace cleanup. X-Git-Tag: v3.0.0~19 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=2e5040083e408c50bd444a8b9cb404bae39c222b;p=pciutils.git Whitespace cleanup. --- 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);