]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
indent
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 1 Mar 2006 17:10:03 +0000 (17:10 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 1 Mar 2006 17:10:03 +0000 (17:10 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@717 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_ivr.c

index a1d1974cf5ae64d401c2048c8dc235ddad719fda..a1c30f0e5594352627bc2e14bed806da3f41d6f3 100644 (file)
@@ -36,9 +36,9 @@
 /* TBD (Lots! there are not very many functions in here lol) */
 
 SWITCH_DECLARE(switch_status) switch_ivr_collect_digits_callback(switch_core_session *session,
-                                                                                                               switch_dtmf_callback_function dtmf_callback,
-                                                                                                               void *buf,
-                                                                                                               unsigned int buflen)
+                                                                                                                                switch_dtmf_callback_function dtmf_callback,
+                                                                                                                                void *buf,
+                                                                                                                                unsigned int buflen)
 {
        switch_channel *channel;
        switch_status status = SWITCH_STATUS_SUCCESS;