提交 4826c5f3 authored 作者: Jeff Lenk's avatar Jeff Lenk

add newlines that were inadvertently removed by me

上级 da10fe86
...@@ -40,4 +40,4 @@ freeswitch_wrap.cxx: ...@@ -40,4 +40,4 @@ freeswitch_wrap.cxx:
rm -f *.cs rm -f *.cs
depend_install: depend_install:
mkdir -p $(DESTDIR)$(modulesdir)/managed mkdir -p $(DESTDIR)$(modulesdir)/managed
\ No newline at end of file
...@@ -215,4 +215,4 @@ char * SWIG_csharp_string_callback(const char * str) { ...@@ -215,4 +215,4 @@ char * SWIG_csharp_string_callback(const char * str) {
%include switch_scheduler.h %include switch_scheduler.h
%include switch_config.h %include switch_config.h
%include switch_cpp.h %include switch_cpp.h
%include freeswitch_managed.h %include freeswitch_managed.h
\ No newline at end of file
...@@ -190,4 +190,4 @@ class ManagedSession:public CoreSession { ...@@ -190,4 +190,4 @@ class ManagedSession:public CoreSession {
hangupFunction hangupDelegate; hangupFunction hangupDelegate;
}; };
#endif #endif
\ No newline at end of file
...@@ -440,4 +440,4 @@ SWITCH_STANDARD_API(managedreload_api_function) ...@@ -440,4 +440,4 @@ SWITCH_STANDARD_API(managedreload_api_function)
return SWITCH_STATUS_SUCCESS; return SWITCH_STATUS_SUCCESS;
} }
SWITCH_END_EXTERN_C SWITCH_END_EXTERN_C
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论