summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@free.fr>2009-04-14 21:55:14 +0200
committerH. Peter Anvin <hpa@linux.intel.com>2009-04-15 16:24:14 -0700
commit8c8782173ec4828da180c6d553eae4d9a2755fae (patch)
tree5c7ec12da6cb2fa57825421e7e2e87b9b4c12d1a
parentf5a1d37b56b5c2c98a8f36ea467500d08962708c (diff)
downloadsyslinux-8c8782173ec4828da180c6d553eae4d9a2755fae.tar.gz
hdt: Fixing latency indentation
Impact: Improving display Removing useless space
-rw-r--r--com32/hdt/hdt-menu-pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/hdt-menu-pci.c b/com32/hdt/hdt-menu-pci.c
index 496d5ac1..74c07107 100644
--- a/com32/hdt/hdt-menu-pci.c
+++ b/com32/hdt/hdt-menu-pci.c
@@ -89,7 +89,7 @@ static void compute_pci_device(struct s_my_menu *menu,
menu->items_count++;
}
- snprintf(buffer,sizeof buffer,"Latency : %d",pci_device->dev_info->latency);
+ snprintf(buffer, sizeof buffer, "Latency : %d",pci_device->dev_info->latency);
snprintf(statbuffer,sizeof statbuffer,"Latency : %d",pci_device->dev_info->latency);
add_item(buffer,statbuffer,OPT_INACTIVE,NULL,0);
menu->items_count++;