mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-04-14 11:54:16 +00:00
Removed unnecessary #includes and made some code formatting
fixes.
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user