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/util/log_interval.h b/aos/util/log_interval.h
index b6410a9..d346852 100644
--- a/aos/util/log_interval.h
+++ b/aos/util/log_interval.h
@@ -1,11 +1,11 @@
#ifndef AOS_UTIL_LOG_INTERVAL_H_
#define AOS_UTIL_LOG_INTERVAL_H_
+#include <string>
+
#include "aos/logging/logging.h"
#include "aos/time/time.h"
-#include <string>
-
namespace aos {
namespace util {