You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
clang format apply
This commit is contained in:
@ -19,9 +19,7 @@
|
||||
|
||||
namespace idbdatafile
|
||||
{
|
||||
|
||||
IDBFileSystem::IDBFileSystem( Types type ) :
|
||||
m_type(type)
|
||||
IDBFileSystem::IDBFileSystem(Types type) : m_type(type)
|
||||
{
|
||||
}
|
||||
|
||||
@ -29,4 +27,4 @@ IDBFileSystem::~IDBFileSystem()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace idbdatafile
|
||||
|
Reference in New Issue
Block a user