Removed unnecessary #includes and made some code formatting

fixes.
This commit is contained in:
Peter Osterlund
2004-04-18 11:19:31 +02:00
parent 2447cda31a
commit fe2a627601
2 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,6 @@
#include "eventcomm.h"
#include "synproto.h"
#include <xisb.h>
#include "synaptics.h"
#include <xf86.h>
@@ -169,7 +168,8 @@ EventReadHwState(LocalDevicePtr local, struct SynapticsHwInfo *synhw,
return FALSE;
}
static Bool EventAutoDevProbe(LocalDevicePtr local)
static Bool
EventAutoDevProbe(LocalDevicePtr local)
{
/* We are trying to find the right eventX device or fall back to
the psaux protocol and the given device from XF86Config */

View File

@@ -27,7 +27,6 @@
#include "ps2comm.h"
#include "synproto.h"
#include <xisb.h>
#include "synaptics.h"
#include <xf86.h>
@@ -753,7 +752,8 @@ PS2ReadHwState(LocalDevicePtr local, struct SynapticsHwInfo *synhw,
return TRUE;
}
static Bool PS2AutoDevProbe(LocalDevicePtr local)
static Bool
PS2AutoDevProbe(LocalDevicePtr local)
{
return FALSE;
}