Apply clang-format to the rest of the tree

find * | grep "\.[ch]" | xargs clang-format --style=file -i

Test: mma -j32
Change-Id: I6fcc9862bb7bc07c2a367ca58fef2b3cd27a6f05
diff --git a/service/daemon.h b/service/daemon.h
index c792dfc..0afefa9 100644
--- a/service/daemon.h
+++ b/service/daemon.h
@@ -51,7 +51,7 @@
 
   // The global Settings object. All classes have direct access to this through
   // the Daemon object.
-  virtual Settings* GetSettings() const  = 0;
+  virtual Settings* GetSettings() const = 0;
 
   // The main event loop. This should be used for any events and delayed tasks
   // that should be executed on the daemon's main thread.