]> mj.ucw.cz Git - pciutils.git/commitdiff
Hurd: Fix minor indentation problems
authorJoan Lledó <jlledom@member.fsf.org>
Sun, 22 Mar 2020 11:04:45 +0000 (12:04 +0100)
committerJoan Lledó <jlledom@member.fsf.org>
Sun, 22 Mar 2020 11:04:45 +0000 (12:04 +0100)
lib/hurd.c

index 713727d28d810cf64ce23622c14e81221f8c524e..9993c54d9c7cc0f7cbdb8c97a4a9d33c57bbad14 100644 (file)
@@ -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);