From fc9e5d6e7674094758d7d8af6e6e05edc62b8519 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 27 Feb 2008 16:52:08 +0000 Subject: fix indentation --- pciusb.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pciusb.c') diff --git a/pciusb.c b/pciusb.c index e750313..592096a 100644 --- a/pciusb.c +++ b/pciusb.c @@ -158,11 +158,11 @@ extern int pciusb_find_modules(struct pciusb_entries *entries, const char *fpciu } fh_close(&f); - /* If no special case in pcitable, then lookup modalias for PCI devices - (USB are already done by kernel) - */ - if (is_pci) - find_modules_through_aliases(entries); + /* If no special case in pcitable, then lookup modalias for PCI devices + (USB are already done by kernel) + */ + if (is_pci) + find_modules_through_aliases(entries); return 1; } -- cgit v1.2.1