mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-12 03:28:56 -04:00
run clang-format
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
|
||||
#include "f/f_pc/f_pc_creator.h"
|
||||
#include "f/f_pc/f_pc_deletor.h"
|
||||
#include "f/f_pc/f_pc_base.h"
|
||||
#include "f/f_pc/f_pc_creator.h"
|
||||
|
||||
extern "C" {
|
||||
|
||||
int fpcDt_Delete(base_process_class *pProc)
|
||||
{
|
||||
int fpcDt_Delete(base_process_class* pProc) {
|
||||
if (pProc != NULL) {
|
||||
if (fpcCt_IsDoing(pProc) == 1)
|
||||
return 0;
|
||||
@@ -19,5 +18,4 @@ int fpcDt_Delete(base_process_class *pProc)
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user