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.cpp b/views.cpp
index f5d9684..ea5140f 100644
--- a/views.cpp
+++ b/views.cpp
@@ -254,7 +254,7 @@
float y_frac = lines_visible - static_cast<int>(lines_visible);
char ch; // Last filling character
if (y >= hist_ymin)
- { // At the maximum bucket the Y overflows, so skip
+ { // At the maximum bucket the Y overflows, so skip
if (y_frac >= 0.66f)
{
ch = ':';
@@ -1115,8 +1115,8 @@
};
int the_sum = 0; // For sorting
- std::string s; // String representation in the form or
- // "1.00/2.00/3.00/4.00"
+ std::string s; // String representation in the form or
+ // "1.00/2.00/3.00/4.00"
for (int i = 0; i < 4; i++)
{
the_sum += numbers[i];