MinorUncle

Results 2 issues of MinorUncle

您好,我再一个开源库中发现这种情况,主程序中有日志模块,包含日志级别、日志文件等多种变量,另一个动态插件是通过dlopen打开的,也需要用到该日志模块。这样插件编译的时候不会编译不过吗?因为这些日志模块的变量、函数都是在主程序中的。请教!!

I set like follow: KeepEmptyLinesAtTheStartOfBlocks: true but a lot of result like follow: - (void)stopAudioMix { G_StopAudioMix(_livePush); } there are no empty line after "{",But other format has been applied....