Fix build error
authorJunghyun Yeon <jungh.yeon@samsung.com>
Wed, 10 Mar 2021 01:25:31 +0000 (10:25 +0900)
committer연정현/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 <jungh.yeon@samsung.com>
Wed, 10 Mar 2021 01:33:42 +0000 (10:33 +0900)
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/common/database/db_handle_provider.cc

index 2c881d9986e8e53cfd2341687fb9158220c4845b..8670bb118ea7f28e8f3d8109a8da37104b561f38 100644 (file)
@@ -127,7 +127,8 @@ std::string DBHandleProvider::GetCertDBPath(pid_t pid) {
         pid_list_.end(), pid);
     if (it != pid_list_.end())
       tmp_is_memory = false;
-  
+  }
+
   if (tmp_is_memory)
     return cert_memory_db_path_;
   else