You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-06-13 16:01:32 +03:00
Reformat all code to coding standard
This commit is contained in:
@ -32,17 +32,18 @@ using namespace dmlpackage;
|
||||
|
||||
#include "we_dmlcommandclient.h"
|
||||
|
||||
namespace WriteEngine {
|
||||
WE_DMLCommandClient::WE_DMLCommandClient()
|
||||
{
|
||||
fWEClient = new WEClients(WEClients::DDLPROC);
|
||||
}
|
||||
namespace WriteEngine
|
||||
{
|
||||
WE_DMLCommandClient::WE_DMLCommandClient()
|
||||
{
|
||||
fWEClient = new WEClients(WEClients::DDLPROC);
|
||||
}
|
||||
|
||||
WE_DMLCommandClient::~WE_DMLCommandClient()
|
||||
{
|
||||
delete fWEClient;
|
||||
fWEClient = NULL;
|
||||
}
|
||||
WE_DMLCommandClient::~WE_DMLCommandClient()
|
||||
{
|
||||
delete fWEClient;
|
||||
fWEClient = NULL;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user