From: Joan Lledó Date: Sun, 22 Mar 2020 11:04:45 +0000 (+0100) Subject: Hurd: Fix minor indentation problems X-Git-Tag: v3.8.0~115^2~3 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=dfd009a68bd4428f5fe873e807662e1219dcad3a;p=pciutils.git Hurd: Fix minor indentation problems --- diff --git a/lib/hurd.c b/lib/hurd.c index 713727d..9993c54 100644 --- a/lib/hurd.c +++ b/lib/hurd.c @@ -142,7 +142,7 @@ enum_devices(const char *parent, struct pci_access *a, int domain, int bus, a->warning("Cannot close directory: %s (%s)", parent, strerror(errno)); a->error("Wrong directory name: %s (number expected) probably \ - not connected to an arbiter", entry->d_name); + not connected to an arbiter", entry->d_name); } /* @@ -168,7 +168,7 @@ enum_devices(const char *parent, struct pci_access *a, int domain, int bus, a->warning("Cannot close directory: %s (%s)", parent, strerror(errno)); a->error("Wrong directory tree, probably not connected \ - to an arbiter"); + to an arbiter"); } enum_devices(path, a, domain, bus, dev, func, lev + 1);