add newlines that were inadvertently removed by me
This commit is contained in:
parent
da10fe86a1
commit
4826c5f3ac
|
@ -40,4 +40,4 @@ freeswitch_wrap.cxx:
|
|||
rm -f *.cs
|
||||
|
||||
depend_install:
|
||||
mkdir -p $(DESTDIR)$(modulesdir)/managed
|
||||
mkdir -p $(DESTDIR)$(modulesdir)/managed
|
||||
|
|
|
@ -215,4 +215,4 @@ char * SWIG_csharp_string_callback(const char * str) {
|
|||
%include switch_scheduler.h
|
||||
%include switch_config.h
|
||||
%include switch_cpp.h
|
||||
%include freeswitch_managed.h
|
||||
%include freeswitch_managed.h
|
||||
|
|
|
@ -190,4 +190,4 @@ class ManagedSession:public CoreSession {
|
|||
hangupFunction hangupDelegate;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -440,4 +440,4 @@ SWITCH_STANDARD_API(managedreload_api_function)
|
|||
return SWITCH_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
SWITCH_END_EXTERN_C
|
||||
SWITCH_END_EXTERN_C
|
||||
|
|
Loading…
Reference in New Issue