Skip to content

Commit 1693277

Browse files
eric-hughes-tiledbKiterLuc
authored andcommitted
clang-format
1 parent 8cf20df commit 1693277

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tiledb/common/heap_memory.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,9 @@ using tiledb_unique_ptr = std::unique_ptr<T, TileDBUniquePtrDeleter<T>>;
152152

153153
#define tdb_free(p) tiledb::common::tiledb_free(p)
154154

155-
#define tdb_new(T, ...) \
156-
tiledb::common::tiledb_new<T>(TILEDB_HEAP_MEM_LABEL __VA_OPT__(,) __VA_ARGS__)
155+
#define tdb_new(T, ...) \
156+
tiledb::common::tiledb_new<T>(TILEDB_HEAP_MEM_LABEL __VA_OPT__(, ) \
157+
__VA_ARGS__)
157158

158159
#define tdb_delete(p) tiledb::common::tiledb_delete(p);
159160

0 commit comments

Comments
 (0)