summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pciconf
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2012-10-19 22:48:22 +0000
committerimp <imp@FreeBSD.org>2012-10-19 22:48:22 +0000
commit3903889bbd7f2a6a2f60b36abfdf0bd937577cd2 (patch)
tree1f8c1d226e60db77948f893113022432398a10f0 /usr.sbin/pciconf
parent04deaf4ab8137697a1c2245764dd7b92ca3c7447 (diff)
downloadFreeBSD-src-3903889bbd7f2a6a2f60b36abfdf0bd937577cd2.zip
FreeBSD-src-3903889bbd7f2a6a2f60b36abfdf0bd937577cd2.tar.gz
Indent ecaps the same way we indent caps.
MFC after: 3 days
Diffstat (limited to 'usr.sbin/pciconf')
-rw-r--r--usr.sbin/pciconf/cap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pciconf/cap.c b/usr.sbin/pciconf/cap.c
index 0dff0b2..4d3fab9 100644
--- a/usr.sbin/pciconf/cap.c
+++ b/usr.sbin/pciconf/cap.c
@@ -660,7 +660,7 @@ list_ecaps(int fd, struct pci_conf *p)
if (ecap == 0xffffffff || ecap == 0)
return;
for (;;) {
- printf("ecap %04x[%03x] = ", PCI_EXTCAP_ID(ecap), ptr);
+ printf(" ecap %04x[%03x] = ", PCI_EXTCAP_ID(ecap), ptr);
switch (PCI_EXTCAP_ID(ecap)) {
case PCIZ_AER:
ecap_aer(fd, p, ptr, PCI_EXTCAP_VER(ecap));
OpenPOWER on IntegriCloud