Fix coding style 30/251030/1
authorChanggyu Choi <changyu.choi@samsung.com>
Thu, 7 Jan 2021 05:04:20 +0000 (14:04 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Thu, 7 Jan 2021 05:04:29 +0000 (14:04 +0900)
Change-Id: If2ebd0f56245e95ac3622279618f48a6dd3b57f5
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
+}