xserver-multidpi/hw/xfree86/dixmods/extmod
Keith Packard 592bd0ae2b hw/xfree86: Spurious ');' in xf86vmode.c messed up indentation badly
Inside the unfinished XF86VIDMODE_EVENTS #ifdef block the
function definition for xf86VidModeNotifyEvent had an extra ');'
before the prototype argument declarations. This was harmless for the
compiler as the code never gets used, but completely messed up the
file re-indentation. This patch removes the spurious characters in
preparation for re-indenting the file.

Signed-off-by: Keith Packard <keithp@keithp.com>
2012-04-11 09:28:21 -07:00
..
dgaproc.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
Makefile.am xfree86: Link modules with -module 2011-10-15 21:18:47 -07:00
modinit.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
modinit.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xf86dga2.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xf86vmode.c hw/xfree86: Spurious ');' in xf86vmode.c messed up indentation badly 2012-04-11 09:28:21 -07:00
xvmod.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xvmodproc.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00