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/phased_loop.h b/aos/util/phased_loop.h
index c9e4933..307b400 100644
--- a/aos/util/phased_loop.h
+++ b/aos/util/phased_loop.h
@@ -41,8 +41,8 @@
   // Returns the number of iterations which have passed (1 if this is called
   // often enough). This can be < 1 iff monotonic_now goes backwards between
   // calls.
-  int Iterate(const monotonic_clock::time_point monotonic_now =
-                  monotonic_clock::now());
+  int Iterate(
+      const monotonic_clock::time_point monotonic_now = monotonic_clock::now());
 
   // Sleeps until the next time and returns the number of iterations which have
   // passed.