clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.
Change-Id: I16ee1c207c68c93c939ec7775238ab0cd86e7330
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/views.hpp b/views.hpp
index b661389..c74989c 100644
--- a/views.hpp
+++ b/views.hpp
@@ -422,7 +422,7 @@
int highlight_col_idx_; // Currently highlighted column
int row_idx_; // Currently highlighted row
- int sort_col_idx_; // Column used for sorting
+ int sort_col_idx_; // Column used for sorting
enum SortOrder
{
Ascending,