You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2026-01-06 08:21:10 +03:00
Fix code style
This commit is contained in:
@@ -126,7 +126,7 @@ public:
|
||||
void add2InputDataFileList(std::string& FileName);
|
||||
|
||||
private:
|
||||
enum { DEFAULTBUFFSIZE=1024*1024 };
|
||||
enum { DEFAULTBUFFSIZE = 1024 * 1024 };
|
||||
|
||||
// don't allow anyone else to set
|
||||
void setTgtPmId(unsigned int fTgtPmId)
|
||||
|
||||
Reference in New Issue
Block a user