eal: fix indentation of previous patchset
authorThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 21 May 2014 11:21:16 +0000 (13:21 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 21 May 2014 11:31:01 +0000 (13:31 +0200)
There was an indentation error in commit e57f20e051770861377ff
"make vdev init path generic for both virtual and pci devices"

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_eal/common/include/rte_dev.h

index 5af36c8..f7e3a10 100644 (file)
@@ -101,7 +101,7 @@ int rte_eal_dev_init(void);
 void devinitfn_ ##d(void);\
 void __attribute__((constructor, used)) devinitfn_ ##d(void)\
 {\
-               rte_eal_driver_register(&d);\
+       rte_eal_driver_register(&d);\
 }
 
 #ifdef __cplusplus