Module: sip-router
Branch: jason.penton/ims_ro_interface
Commit: 0cecd3801eb3287a8460e2e15db2581ca1e6b1ea
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0cecd3801eb3287a8460e2e15db2581ca1e6b1ea

Author: Jason Penton <[email protected]>
Committer: Jason Penton <[email protected]>
Date:   Fri Feb 22 15:25:01 2013 +0200

modules/dialog_ng: some code formatting fixes

---

 modules/dialog_ng/dlg_load.h |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/modules/dialog_ng/dlg_load.h b/modules/dialog_ng/dlg_load.h
index 9c6ec4d..80e97d6 100644
--- a/modules/dialog_ng/dlg_load.h
+++ b/modules/dialog_ng/dlg_load.h
@@ -39,12 +39,12 @@ typedef int (*terminate_dlg_f)(str *callid, str *ftag, str 
*ttag, str *hdrs, str
 typedef time_t (*get_dlg_expires_f)(str *callid, str *ftag, str *ttag);
 
 struct dlg_binds {
-       register_dlgcb_f  register_dlgcb;
-        register_dlgcb_nodlg_f register_dlgcb_nodlg;
-       terminate_dlg_f terminate_dlg;
-        set_dlg_variable_f set_dlg_var;
-       get_dlg_variable_f get_dlg_var;
-        get_dlg_expires_f get_dlg_expires;      
+       register_dlgcb_f                register_dlgcb;
+       register_dlgcb_nodlg_f  register_dlgcb_nodlg;
+       terminate_dlg_f                 terminate_dlg;
+       set_dlg_variable_f              set_dlg_var;
+       get_dlg_variable_f              get_dlg_var;
+       get_dlg_expires_f               get_dlg_expires;
 };
 
 


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to