xfree86: whitespace fix

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2015-12-11 07:26:02 +10:00
parent 3d68d1f267
commit eb671b804e

View File

@ -158,8 +158,8 @@ xf86parseInputClassSection(void)
parsePrologue(XF86ConfInputClassPtr, XF86ConfInputClassRec)
/* Initialize MatchGroup lists */
xorg_list_init(&ptr->match_product);
/* Initialize MatchGroup lists */
xorg_list_init(&ptr->match_product);
xorg_list_init(&ptr->match_vendor);
xorg_list_init(&ptr->match_device);
xorg_list_init(&ptr->match_os);