1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-21 11:33:43 +03:00

Reformat all code to coding standard

This commit is contained in:
Andrew Hutchings
2017-10-26 17:18:17 +01:00
parent 4985f3456e
commit 01446d1e22
1296 changed files with 403852 additions and 353747 deletions

View File

@@ -20,10 +20,10 @@
* We want free and open source software applications under certain
* licenses to be able to use the GPL-licensed InfiniDB idbhdfs
* libraries despite the fact that not all such FOSS licenses are
* compatible with version 2 of the GNU General Public License.
* Therefore there are special exceptions to the terms and conditions
* of the GPLv2 as applied to idbhdfs libraries, which are
* identified and described in more detail in the FOSS License
* compatible with version 2 of the GNU General Public License.
* Therefore there are special exceptions to the terms and conditions
* of the GPLv2 as applied to idbhdfs libraries, which are
* identified and described in more detail in the FOSS License
* Exception in the file utils/idbhdfs/FOSS-EXCEPTION.txt
*/
@@ -31,15 +31,15 @@
#include "HdfsFileFactory.h"
#include "HdfsFileSystem.h"
extern "C"
extern "C"
{
idbdatafile::FileFactoryEnt plugin_instance()
{
return idbdatafile::FileFactoryEnt(idbdatafile::IDBDataFile::HDFS,
"hdfs",
new idbdatafile::HdfsFileFactory(),
new idbdatafile::HdfsFileSystem());
}
idbdatafile::FileFactoryEnt plugin_instance()
{
return idbdatafile::FileFactoryEnt(idbdatafile::IDBDataFile::HDFS,
"hdfs",
new idbdatafile::HdfsFileFactory(),
new idbdatafile::HdfsFileSystem());
}
}