diff contrib/hgsh/hgsh.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 08a0f04b56bd
children a4e0908ce35b
line wrap: on
line diff
--- a/contrib/hgsh/hgsh.c	Tue Jan 25 16:33:46 2011 -0800
+++ b/contrib/hgsh/hgsh.c	Wed Jan 26 12:05:01 2011 +0100
@@ -438,3 +438,8 @@
 
 	return 0;
 }
+
+/* Local Variables:      */
+/* c-file-style: "linux" */
+/* indent-tabs-mode: t   */
+/* End:                  */