Skip to content

Commit d0dae4c

Browse files
committed
Apply clang-format --style=Google
1 parent 180200f commit d0dae4c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

include/tsl/array_hash.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -631,9 +631,9 @@ class array_bucket {
631631
*
632632
* Start search from buffer_ptr_in_out.
633633
*/
634-
bool find_or_end_of_bucket_impl(const CharT* key, size_type key_size,
635-
const CharT*& buffer_ptr_in_out) const
636-
noexcept {
634+
bool find_or_end_of_bucket_impl(
635+
const CharT* key, size_type key_size,
636+
const CharT*& buffer_ptr_in_out) const noexcept {
637637
while (!is_end_of_bucket(buffer_ptr_in_out)) {
638638
const key_size_type buffer_key_size = read_key_size(buffer_ptr_in_out);
639639
const CharT* buffer_str =

0 commit comments

Comments
 (0)