Skip to content

Commit c26de54

Browse files
committed
Format with clang-format 10
1 parent 2714d2c commit c26de54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cxx.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ static_assert(alignof(std::string) <= alignof(void *),
245245
"unexpectedly large std::string alignment");
246246
static_assert(sizeof(std::string) <= kMaxExpectedWordsInString * sizeof(void *),
247247
"unexpectedly large std::string size");
248-
}
248+
} // namespace
249249

250250
#define STD_VECTOR_OPS(RUST_TYPE, CXX_TYPE) \
251251
size_t cxxbridge1$std$vector$##RUST_TYPE##$size( \

0 commit comments

Comments
 (0)