eal: fix indentation of previous patchset

There was an indentation error in commit e57f20e051
"make vdev init path generic for both virtual and pci devices"

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
This commit is contained in:
Thomas Monjalon 2014-05-21 13:21:16 +02:00
parent e5ffdd1457
commit 683ef79e57

View 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