projects
/
platform
/
core
/
appfw
/
wgt-manifest-handlers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b3eccb
)
Coding style patch
52/71152/1
author
Piotr Ganicz
<p.ganicz@samsung.com>
Tue, 24 May 2016 08:57:42 +0000
(10:57 +0200)
committer
Piotr Ganicz
<p.ganicz@samsung.com>
Tue, 24 May 2016 09:00:25 +0000
(11:00 +0200)
This patch provides 0 errors in check-coding-style script.
Change-Id: I657a645bada9e1eec1f7f7d8a5bdd891f6c1052f
src/wgt_manifest_handlers/setting_handler.h
patch
|
blob
|
history
diff --git
a/src/wgt_manifest_handlers/setting_handler.h
b/src/wgt_manifest_handlers/setting_handler.h
index 0c2ae6e63fb50ac3c6c67920087decbafe22d86e..c01e2ccfcb80090bfb4ba057325304384ffd1e8f 100644
(file)
--- a/
src/wgt_manifest_handlers/setting_handler.h
+++ b/
src/wgt_manifest_handlers/setting_handler.h
@@
-146,7
+146,9
@@
class SettingInfo : public parser::ManifestData {
* @brief set_user_agent sets user_agent()
* @param user_agent
*/
- void set_user_agent(std::string user_agent) { user_agent_ = std::move(user_agent); }
+ void set_user_agent(std::string user_agent) {
+ user_agent_ = std::move(user_agent);
+ }
/**
* @brief user_agent
* @return actual user agent