add .clang-format

Change-Id: I2c36b7886a25d0b235693b0776019d29608e1d52
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/elog_entry.cpp b/elog_entry.cpp
index 74fcc4b..04aa917 100644
--- a/elog_entry.cpp
+++ b/elog_entry.cpp
@@ -1,6 +1,7 @@
 #include "elog_entry.hpp"
-#include "log_manager.hpp"
+
 #include "elog_serialize.hpp"
+#include "log_manager.hpp"
 
 namespace phosphor
 {
@@ -16,15 +17,14 @@
 
 bool Entry::resolved(bool value)
 {
-    auto current = sdbusplus::xyz::openbmc_project::
-                       Logging::server::Entry::resolved();
+    auto current =
+        sdbusplus::xyz::openbmc_project::Logging::server::Entry::resolved();
     if (value != current)
     {
-        value ?
-            associations({}) :
-            associations(assocs);
-        current = sdbusplus::xyz::openbmc_project::
-                      Logging::server::Entry::resolved(value);
+        value ? associations({}) : associations(assocs);
+        current =
+            sdbusplus::xyz::openbmc_project::Logging::server::Entry::resolved(
+                value);
         serialize(*this);
     }
 
@@ -32,4 +32,4 @@
 }
 
 } // namespace logging
-} // namepsace phosphor
+} // namespace phosphor