]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
me being all OCD
authorBrian West <brian@freeswitch.org>
Thu, 5 Mar 2009 03:12:28 +0000 (03:12 +0000)
committerBrian West <brian@freeswitch.org>
Thu, 5 Mar 2009 03:12:28 +0000 (03:12 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12433 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_xml_config.h
src/switch_xml_config.c

index 243e4e6a30f47b0c4308ce611a7d039f9b76b929..317b4294152a37848e17a30277113587940ac90c 100644 (file)
@@ -82,4 +82,15 @@ typedef switch_status_t (*switch_xml_config_callback_t)(switch_xml_config_item_t
  */
 switch_status_t switch_xml_config_parse(switch_xml_t xml, int reload, switch_xml_config_item_t *options);
 
-#endif /* !defined(SWITCH_XML_CONFIG_H) */
\ No newline at end of file
+#endif /* !defined(SWITCH_XML_CONFIG_H) */
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:t
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4:
+ */
index 924120dd42db1fbfc62c5935e1a0129bee872147..fff231d434ffb4e71bfb7b1232cbab79ec29f990 100644 (file)
@@ -219,3 +219,14 @@ void switch_xml_config_test()
        }
 }
 #endif
+
+/* For Emacs:
+ * Local Variables:
+ * mode:c
+ * indent-tabs-mode:t
+ * tab-width:4
+ * c-basic-offset:4
+ * End:
+ * For VIM:
+ * vim:set softtabstop=4 shiftwidth=4 tabstop=4:
+ */