From: Raphael Kubo da Costa Date: Thu, 25 Sep 2014 16:02:52 +0000 (+0300) Subject: web_setting: Fix coding style violations. X-Git-Tag: accepted/tizen/common/20141002.100326~1^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=14e9dd1963bc285048b660045a8037b2e7ba2f67;p=platform%2Fframework%2Fweb%2Ftizen-extensions-crosswalk.git web_setting: Fix coding style violations. ./web_setting/web_setting.h:20: Lines should be <= 80 characters long [whitespace/line_length] [2] BUG=XWALK-2649 --- diff --git a/web_setting/web_setting.h b/web_setting/web_setting.h index bcaddd8..55a2e41 100644 --- a/web_setting/web_setting.h +++ b/web_setting/web_setting.h @@ -17,7 +17,8 @@ class WebSetting { ~WebSetting(); std::unique_ptr RemoveAllCookies(); - std::unique_ptr SetUserAgentString(const std::string& user_agent); + std::unique_ptr SetUserAgentString( + const std::string& user_agent); private: std::string app_id_;