fix magic emacs and vi formatting comments in the bottom of our source files to use tabs instead of spaces

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4176 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2007-02-09 02:36:03 +00:00
parent ea3e61f3d8
commit f359f847f7
106 changed files with 107 additions and 107 deletions

View File

@@ -1322,7 +1322,7 @@ SWITCH_DECLARE(void *)switch_rtp_get_private(switch_rtp_t *rtp_session)
/* For Emacs:
* Local Variables:
* mode:c
* indent-tabs-mode:nil
* indent-tabs-mode:t
* tab-width:4
* c-basic-offset:4
* End: