From dfd009a68bd4428f5fe873e807662e1219dcad3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joan=20Lled=C3=B3?= Date: Sun, 22 Mar 2020 12:04:45 +0100 Subject: [PATCH] Hurd: Fix minor indentation problems --- lib/hurd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.39.5