Replace tabs in files with editor modeline "expandtab"
[metze/wireshark/wip.git] / ringbuffer.h
index e858079d970254b1b5159e6d3248bed99392c10d..ca322ae8a1882672ada12202aa93ab4bee50083a 100644 (file)
@@ -1,8 +1,6 @@
 /* ringbuffer.h
  * Definitions for capture ringbuffer files
  *
- * $Id$
- *
  * Wireshark - Network traffic analyzer
  * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
@@ -48,3 +46,16 @@ void ringbuf_free(void);
 void ringbuf_error_cleanup(void);
 
 #endif /* ringbuffer.h */
+
+/*
+ * Editor modelines  -  http://www.wireshark.org/tools/modelines.html
+ *
+ * Local Variables:
+ * c-basic-offset: 2
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vi: set shiftwidth=2 tabstop=8 expandtab:
+ * :indentSize=2:tabSize=8:noTabs=true:
+ */