mercurial/mpatch.c
changeset 13297 613b8bd2284e
parent 11360 2ac98313b26c
child 13302 a4e0908ce35b
--- a/mercurial/mpatch.c	Tue Jan 25 16:33:46 2011 -0800
+++ b/mercurial/mpatch.c	Wed Jan 26 12:05:01 2011 +0100
@@ -468,3 +468,8 @@
 	mpatch_Error = PyErr_NewException("mpatch.mpatchError", NULL, NULL);
 }
 #endif
+
+/* Local Variables:      */
+/* c-file-style: "linux" */
+/* indent-tabs-mode: t   */
+/* End:                  */