diff mercurial/bdiff.c @ 13297:613b8bd2284e

specify C indention style using Emacs file local variables
author Martin Geisler <mg@aragost.com>
date Wed, 26 Jan 2011 12:05:01 +0100
parents c73745762f33
children a4e0908ce35b
line wrap: on
line diff
--- a/mercurial/bdiff.c	Tue Jan 25 16:33:46 2011 -0800
+++ b/mercurial/bdiff.c	Wed Jan 26 12:05:01 2011 +0100
@@ -451,3 +451,7 @@
 }
 #endif
 
+/* Local Variables:      */
+/* c-file-style: "linux" */
+/* indent-tabs-mode: t   */
+/* End:                  */