Skip to content

Commit e8e0461

Browse files
committed
src: apply clang formatting
Apply clang formatting
1 parent fab7dc3 commit e8e0461

File tree

6 files changed

+445
-541
lines changed

6 files changed

+445
-541
lines changed

src/driver_info.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@
2626

2727
namespace datastax { namespace internal {
2828

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

3331
const char* driver_version() {
3432
if (strlen(CASS_VERSION_SUFFIX) == 0) {

src/macros.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
STATIC_ASSERT_CONCAT(STATIC_ASSERTION_FAILED_AT_LINE_, __LINE__); \
5353
}; \
5454
typedef StaticAssertTest<sizeof(STATIC_ASSERT_CONCAT(__static_assertion_at_line_, __LINE__))> \
55-
STATIC_ASSERT_CONCAT(__static_assertion_test_at_line_, __LINE__)
55+
STATIC_ASSERT_CONCAT(__static_assertion_test_at_line_, __LINE__)
5656

5757
template <bool>
5858
struct StaticAssert;

0 commit comments

Comments
 (0)