formatting: drop some extra newlines

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-05-15 17:12:29 +02:00
parent 8473f1418a
commit 426afccfda
2 changed files with 0 additions and 4 deletions

View File

@@ -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([

View File

@@ -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)