clang format has been run on all hpp and cpp files under src and tests

This commit is contained in:
Marko Budiselic
2017-02-18 11:54:37 +01:00
parent e7f5bd4c21
commit d4e3c4cd10
386 changed files with 19085 additions and 20574 deletions

View File

@@ -1,10 +1,10 @@
#include "database/graph_db.hpp"
#include <storage/edge.hpp>
#include "database/creation_exception.hpp"
#include "database/graph_db.hpp"
//#include "snapshot/snapshoter.hpp"
GraphDb::GraphDb(const std::string &name, bool import_snapshot) : name_(name) {
// if (import_snapshot)
// snap_engine.import();
// if (import_snapshot)
// snap_engine.import();
}