indent classes, align by spaces

This commit is contained in:
Garux
2021-03-24 00:25:15 +03:00
parent 5b1b9b5e6c
commit 2222100316
450 changed files with 42485 additions and 42239 deletions

View File

@@ -151,17 +151,17 @@ class CSynapseClientModel : public CSynapseClient
{
public:
// CSynapseClient API
bool RequestAPI( APIDescriptor_t *pAPI );
const char* GetInfo();
const char* GetName();
bool RequestAPI( APIDescriptor_t *pAPI );
const char* GetInfo();
const char* GetName();
CSynapseClientModel() { }
virtual ~CSynapseClientModel() { }
CSynapseClientModel() { }
virtual ~CSynapseClientModel() { }
bool OnActivate(){
init_filetypes(); // see todo list above.
return true;
}
bool OnActivate(){
init_filetypes(); // see todo list above.
return true;
}
};
CSynapseServer* g_pSynapseServer = NULL;