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/testing/test_logging_test.cc b/aos/testing/test_logging_test.cc
index f39c6cf..e7f9806 100644
--- a/aos/testing/test_logging_test.cc
+++ b/aos/testing/test_logging_test.cc
@@ -2,9 +2,8 @@
 
 #include <thread>
 
-#include "gtest/gtest.h"
-
 #include "aos/logging/logging.h"
+#include "gtest/gtest.h"
 
 namespace aos {
 namespace testing {