add tabstop specifier for emacs editing.

This commit is contained in:
Junichi Uekawa 2008-10-08 04:08:46 +00:00
parent e7c1af91d7
commit 673570ea06
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/**
/** -*- tab-width: 2; -*-
* lsyncd.c Live (Mirror) Syncing Demon
*
* License: GPLv2 (see COPYING) or any later version
@ -6,6 +6,7 @@
* Authors: Axel Kittenberger <axel.kittenberger@univie.ac.at>
* Eugene Sanivsky <eugenesan@gmail.com>
*/
#include "config.h"
#define _GNU_SOURCE