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/aos_graph_nodes.cc b/aos/aos_graph_nodes.cc
index cf7bc11..9c78c76 100644
--- a/aos/aos_graph_nodes.cc
+++ b/aos/aos_graph_nodes.cc
@@ -96,8 +96,8 @@
 
   // Write out all the nodes at the end, with their respective colors
   for (const auto &node_color : color_map) {
-    graph_out << "\t\"" << node_color.first << "\" [color=\"" << node_color.second
-              << "\"];" << std::endl;
+    graph_out << "\t\"" << node_color.first << "\" [color=\""
+              << node_color.second << "\"];" << std::endl;
   }
 
   // Close out the file