comparison hgext/inotify/linux/_inotify.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 b5f61da929c8
children a4e0908ce35b
comparison
equal deleted inserted replaced
13296:5dda6c708138 13297:613b8bd2284e
645 645
646 if (dict) 646 if (dict)
647 define_consts(dict); 647 define_consts(dict);
648 } 648 }
649 #endif 649 #endif
650
651 /* Local Variables: */
652 /* c-file-style: "linux" */
653 /* indent-tabs-mode: t */
654 /* End: */