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/log_writer.h b/aos/events/logging/log_writer.h
index 23ab349..c364d36 100644
--- a/aos/events/logging/log_writer.h
+++ b/aos/events/logging/log_writer.h
@@ -135,8 +135,9 @@
// Restart logging using a new naming scheme. Intended for log rotation.
// Returns a unique_ptr to the prior log_namer instance.
- std::unique_ptr<LogNamer> RestartLogging(std::unique_ptr<LogNamer> log_namer,
- std::optional<UUID> log_start_uuid = std::nullopt);
+ std::unique_ptr<LogNamer> RestartLogging(
+ std::unique_ptr<LogNamer> log_namer,
+ std::optional<UUID> log_start_uuid = std::nullopt);
// Moves the current log location to the new name. Returns true if a change
// was made, false otherwise.
@@ -227,7 +228,7 @@
std::vector<int> event_loop_to_logged_channel_index_;
// Start/Restart write configuration into LogNamer space.
- std::string WriteConfiguration(LogNamer* log_namer);
+ std::string WriteConfiguration(LogNamer *log_namer);
void WriteHeader(aos::monotonic_clock::time_point monotonic_start_time =
aos::monotonic_clock::min_time,
@@ -249,7 +250,8 @@
void WriteMissingTimestamps();
void WriteData(NewDataWriter *writer, const FetcherStruct &f);
- void WriteTimestamps(NewDataWriter *timestamps_writer, const FetcherStruct &f);
+ void WriteTimestamps(NewDataWriter *timestamps_writer,
+ const FetcherStruct &f);
void WriteContent(NewDataWriter *contents_writer, const FetcherStruct &f);
void WriteFetchedRecord(FetcherStruct &f);