From 8c8782173ec4828da180c6d553eae4d9a2755fae Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Tue, 14 Apr 2009 21:55:14 +0200 Subject: [PATCH] hdt: Fixing latency indentation Impact: Improving display Removing useless space --- com32/hdt/hdt-menu-pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/hdt/hdt-menu-pci.c b/com32/hdt/hdt-menu-pci.c index 496d5ac..74c0710 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++; -- 2.7.4