Do clang-format to fix CI build issue

Do clang-format-10 to all *.cpp and *.hpp

Change-Id: I5f07a5fc3969ea8377d981bda30e9408a5184e78
Signed-off-by: Kwin Wang <wangkuiying.wky@alibaba-inc.com>
diff --git a/sensorhelper.hpp b/sensorhelper.hpp
index a619c4a..4c80ebb 100644
--- a/sensorhelper.hpp
+++ b/sensorhelper.hpp
@@ -105,7 +105,6 @@
         return nullptr;
     }
 
-
     // Only when service is known (during playback)
     void AddConnection(const std::string& _s)
     {
@@ -156,7 +155,6 @@
         }
         return service;
     }
-
 };
 
 // Each sensor might have different units, for example current and voltage
@@ -293,7 +291,7 @@
         Sensor* s = FindOrCreateSensorByServiceAndObject(service, object);
         s->visibility_flags_.set(VISIBILITY_OBJECT_MAPPER);
     }
-    
+
     // This sensor is visible from Hwmon
     void SetSensorVisibleFromHwmon(const std::string& service,
                                    const std::string& object)