mirror of
https://github.com/X11Libre/xf86-video-chips.git
synced 2026-03-24 01:24:44 +00:00
formatting: drop some extra newlines
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -76,7 +76,6 @@ if test "x$XSERVER_LIBPCIACCESS" = xyes; then
|
||||
fi
|
||||
AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test "x$XSERVER_LIBPCIACCESS" = xyes)
|
||||
|
||||
|
||||
# Checks for functions (often defined as inlines in compiler.h)
|
||||
AC_MSG_CHECKING([for inb])
|
||||
AC_LINK_IFELSE([AC_LANG_SOURCE([
|
||||
|
||||
@@ -572,7 +572,6 @@ static PciChipsets CHIPSPCIchipsets[] = {
|
||||
{ -1, -1, RES_UNDEFINED}
|
||||
};
|
||||
|
||||
|
||||
/* The options supported by the Chips and Technologies Driver */
|
||||
typedef enum {
|
||||
OPTION_LINEAR,
|
||||
@@ -939,13 +938,11 @@ CHIPSProbe(DriverPtr drv, int flags)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
free(devSections);
|
||||
return foundScreen;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
/* Mandatory */
|
||||
Bool
|
||||
CHIPSPreInit(ScrnInfoPtr pScrn, int flags)
|
||||
|
||||
Reference in New Issue
Block a user