From: Lukasz Wysocki Date: Fri, 15 Jan 2016 10:07:58 +0000 (+0100) Subject: Style and code fix X-Git-Tag: submit/tizen/20160122.084928~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8266aa580ced4f5d19a9a31cb5ccbf05bcb0dce7;p=platform%2Fcore%2Fappfw%2Fmanifest-parser.git Style and code fix Change-Id: I495618ee4127e94e2b012d0a2ed02e10070d72ca --- diff --git a/src/manifest_handlers/account_handler.cc b/src/manifest_handlers/account_handler.cc index 7aeda16..1e5c0b9 100644 --- a/src/manifest_handlers/account_handler.cc +++ b/src/manifest_handlers/account_handler.cc @@ -168,7 +168,6 @@ bool AccountHandler::ParseCapabilities( const parser::Value* val = nullptr; const parser::DictionaryValue* dict = nullptr; const parser::ListValue* list = nullptr; - std::string string_value; if (item_dict->Get(kAccountCapabilityKey, &val)) { std::string capability; if (val->GetAsDictionary(&dict)) { diff --git a/src/tpk_manifest_handlers/service_application_handler.h b/src/tpk_manifest_handlers/service_application_handler.h index cc8cd7e..eaa2fd4 100644 --- a/src/tpk_manifest_handlers/service_application_handler.h +++ b/src/tpk_manifest_handlers/service_application_handler.h @@ -7,6 +7,7 @@ #include #include +#include #include "manifest_parser/values.h" #include "tpk_manifest_handlers/application_manifest_constants.h" diff --git a/src/tpk_manifest_handlers/widget_application_handler.h b/src/tpk_manifest_handlers/widget_application_handler.h index a6e45dc..2b3dd83 100644 --- a/src/tpk_manifest_handlers/widget_application_handler.h +++ b/src/tpk_manifest_handlers/widget_application_handler.h @@ -88,7 +88,8 @@ struct WidgetApplicationSingleEntry : ApplicationImagesInfo app_images; }; -using WidgetApplicationInfoList = ApplicationInfoList; +using WidgetApplicationInfoList = + ApplicationInfoList; /** * @brief The WidgetApplicationHandler class