Clang-format aos
It has drifted... Clean it up a bit.
Change-Id: I2fe31a2187b4f690634ae6942786575db20192af
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/aos/events/logging/logfile_utils.h b/aos/events/logging/logfile_utils.h
index 41d4a9a..ca733d4 100644
--- a/aos/events/logging/logfile_utils.h
+++ b/aos/events/logging/logfile_utils.h
@@ -208,8 +208,9 @@
size_t TotalRead() const { return total_read_; }
size_t TotalConsumed() const { return total_consumed_; }
- bool IsIncomplete() const { return is_finished_
- && total_consumed_ < total_read_; }
+ bool IsIncomplete() const {
+ return is_finished_ && total_consumed_ < total_read_;
+ }
// Returns a span with the data for the next message from the log file,
// including the size. The result is only guarenteed to be valid until
@@ -630,7 +631,8 @@
realtime_clock::time_point realtime_start_time_ = realtime_clock::max_time;
monotonic_clock::time_point monotonic_start_time_ = monotonic_clock::max_time;
- monotonic_clock::time_point monotonic_oldest_time_ = monotonic_clock::max_time;
+ monotonic_clock::time_point monotonic_oldest_time_ =
+ monotonic_clock::max_time;
};
// Class to concatenate multiple boots worth of logs into a single per-node