Merge branch 'tizen_5.5' into tizen 38/219538/1
authorPiotr Kosko/Native/Web API (PLT) /SRPOL/Engineer/Samsung Electronics <p.kosko@samsung.com>
Thu, 5 Dec 2019 15:40:03 +0000 (16:40 +0100)
committerPiotr Kosko/Native/Web API (PLT) /SRPOL/Engineer/Samsung Electronics <p.kosko@samsung.com>
Thu, 5 Dec 2019 15:40:42 +0000 (16:40 +0100)
Change-Id: Iad45d3ae313f7966bca8f697f562411e0d6cfc2b

1  2 
src/common/platform_result.cc

  
  namespace common {
  
- PlatformResult::PlatformResult()
-   : PlatformResult(ErrorCode::NO_ERROR, "NO_ERROR") {
++PlatformResult::PlatformResult() : PlatformResult(ErrorCode::NO_ERROR, "NO_ERROR") {
 +}
 +
  PlatformResult::PlatformResult(const ErrorCode& error_code, const std::string& message)
      : error_code_(error_code), message_(message) {
    ScopeLogger();