mirror of
https://github.com/maxDcb/C2Core
synced 2026-06-08 15:48:01 +00:00
Normalize C++ indentation to four spaces
This commit is contained in:
@@ -7,17 +7,17 @@ class ModuleTemplate : public ModuleCmd
|
||||
{
|
||||
|
||||
public:
|
||||
ModuleTemplate();
|
||||
~ModuleTemplate();
|
||||
ModuleTemplate();
|
||||
~ModuleTemplate();
|
||||
|
||||
std::string getInfo();
|
||||
std::string getInfo();
|
||||
|
||||
int init(std::vector<std::string>& splitedCmd, C2Message& c2Message);
|
||||
int process(C2Message& c2Message, C2Message& c2RetMessage);
|
||||
int errorCodeToMsg(const C2Message &c2RetMessage, std::string& errorMsg);
|
||||
int followUp(const C2Message &c2RetMessage);
|
||||
int osCompatibility()
|
||||
{
|
||||
int init(std::vector<std::string>& splitedCmd, C2Message& c2Message);
|
||||
int process(C2Message& c2Message, C2Message& c2RetMessage);
|
||||
int errorCodeToMsg(const C2Message &c2RetMessage, std::string& errorMsg);
|
||||
int followUp(const C2Message &c2RetMessage);
|
||||
int osCompatibility()
|
||||
{
|
||||
return OS_LINUX | OS_WINDOWS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user