Fix coding style
authorChanggyu Choi <changyu.choi@samsung.com>
Thu, 7 Jan 2021 04:28:35 +0000 (13:28 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Thu, 7 Jan 2021 04:28:40 +0000 (13:28 +0900)
Change-Id: I42b95241fb9d4629d42fbfffbfb8817a100fa66a
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
component_based/base/stub.cc

index 760a3c4e0e93a231100a965ebd98087813760c81..e27fa47b8c365cf93df4bb680904da3f3afd9d23 100644 (file)
@@ -187,7 +187,6 @@ class StubBaseComponent : public component_based::Component {
   ~StubBaseComponent() = default;
 
  public:
-
   void OnBaseRestoreContent(tizen_base::Bundle content) override {
     if (cb_.restore_content)
       cb_.restore_content(this, content.GetHandle(), user_data_);
@@ -934,4 +933,4 @@ extern "C" EXPORT_API int component_finish(component_h context) {
   component->Finish();
 
   return COMPONENT_ERROR_NONE;
-}
\ No newline at end of file
+}