update clang-format from Latest in docs

Updates the clang-format file and then applies it.

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Ia9faf13ce171f90bf07547efd781139bee23e8c7
diff --git a/sensors/sensor.hpp b/sensors/sensor.hpp
index 2dbfa30..a447ae0 100644
--- a/sensors/sensor.hpp
+++ b/sensors/sensor.hpp
@@ -27,12 +27,10 @@
 
     Sensor(const std::string& name, int64_t timeout) :
         _name(name), _timeout(timeout)
-    {
-    }
+    {}
 
     virtual ~Sensor()
-    {
-    }
+    {}
 
     virtual ReadReturn read(void) = 0;
     virtual void write(double value) = 0;