summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ps2comm.c3
-rw-r--r--synaptics.c3
-rw-r--r--synaptics.h5
-rw-r--r--synclient.c4
4 files changed, 14 insertions, 1 deletions
diff --git a/ps2comm.c b/ps2comm.c
index cc43724..4deda76 100644
--- a/ps2comm.c
+++ b/ps2comm.c
@@ -340,6 +340,9 @@ QueryIsSynaptics(int fd)
}
}
+/* Local Variables: */
+/* tab-width: 4 */
+/* End: */
/*
* vim: ts=4 sw=4 cindent
*/
diff --git a/synaptics.c b/synaptics.c
index c20215f..8498f53 100644
--- a/synaptics.c
+++ b/synaptics.c
@@ -900,5 +900,8 @@ PrintIdent(SynapticsPrivatePtr priv) {
}
}
+/* Local Variables: */
+/* tab-width: 4 */
+/* End: */
/* vim:ts=2:sw=2:cindent:
*/
diff --git a/synaptics.h b/synaptics.h
index 9a18ef0..fa74206 100644
--- a/synaptics.h
+++ b/synaptics.h
@@ -92,6 +92,9 @@ static void PrintIdent(SynapticsPrivatePtr);
* DO NOT PUT ANYTHING AFTER THIS ENDIF
*/
#endif
+
+/* Local Variables: */
+/* tab-width: 4 */
+/* End: */
/* vim:ts=4:sw=4:cindent:
*/
-
diff --git a/synclient.c b/synclient.c
index 89e6def..ab5a9ac 100644
--- a/synclient.c
+++ b/synclient.c
@@ -24,3 +24,7 @@ int main() {
exit(0);
}
+
+/* Local Variables: */
+/* tab-width: 4 */
+/* End: */