clang-format: update with latest
Pick up the latest .clang-format from the docs repository.
Change-Id: I205c7f9abd502a02a480b489446f3db37f303e05
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/histogram.hpp b/histogram.hpp
index a031127..0c314d5 100644
--- a/histogram.hpp
+++ b/histogram.hpp
@@ -116,8 +116,8 @@
else
{
buckets_[bucket_idx]++;
- max_bucket_height_ =
- std::max(max_bucket_height_, buckets_[bucket_idx]);
+ max_bucket_height_ = std::max(max_bucket_height_,
+ buckets_[bucket_idx]);
}
}
}