Skip to content

Commit

Permalink
db_cassandra: clang-format for coherent indentation and coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed May 18, 2023
1 parent 1dc0bbb commit 8ab3075
Show file tree
Hide file tree
Showing 7 changed files with 6,251 additions and 5,161 deletions.
8,016 changes: 4,408 additions & 3,608 deletions src/modules/db_cassandra/Cassandra.h

Large diffs are not rendered by default.

17 changes: 11 additions & 6 deletions src/modules/db_cassandra/cassandra_constants.h
Expand Up @@ -8,17 +8,22 @@

#include "cassandra_types.h"

namespace org { namespace apache { namespace cassandra {
namespace org {
namespace apache {
namespace cassandra {

class cassandraConstants {
public:
cassandraConstants();
class cassandraConstants
{
public:
cassandraConstants();

std::string CASS_VERSION;
std::string CASS_VERSION;
};

extern const cassandraConstants g_cassandra_constants;

}}} // namespace
} // namespace cassandra
} // namespace apache
} // namespace org

#endif

0 comments on commit 8ab3075

Please sign in to comment.