Skip to content

Commit

Permalink
src: apply clang formatting
Browse files Browse the repository at this point in the history
Apply clang formatting
  • Loading branch information
dkropachev committed Oct 3, 2024
1 parent fab7dc3 commit e8e0461
Show file tree
Hide file tree
Showing 6 changed files with 445 additions and 541 deletions.
4 changes: 1 addition & 3 deletions src/driver_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@

namespace datastax { namespace internal {

const char* driver_name() {
return "Scylla Shard-Aware C/C++ Driver";
}
const char* driver_name() { return "Scylla Shard-Aware C/C++ Driver"; }

const char* driver_version() {
if (strlen(CASS_VERSION_SUFFIX) == 0) {
Expand Down
2 changes: 1 addition & 1 deletion src/macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
STATIC_ASSERT_CONCAT(STATIC_ASSERTION_FAILED_AT_LINE_, __LINE__); \
}; \
typedef StaticAssertTest<sizeof(STATIC_ASSERT_CONCAT(__static_assertion_at_line_, __LINE__))> \
STATIC_ASSERT_CONCAT(__static_assertion_test_at_line_, __LINE__)
STATIC_ASSERT_CONCAT(__static_assertion_test_at_line_, __LINE__)

template <bool>
struct StaticAssert;
Expand Down
Loading

0 comments on commit e8e0461

Please sign in to comment.