Fix CodingRule_Auto style issues 78/132278/3 accepted/tizen/unified/20170608.072435 submit/tizen/20170608.011531
authorSeungSeop Park <sns.park@samsung.com>
Fri, 2 Jun 2017 05:26:56 +0000 (14:26 +0900)
committerHye Kyoung Hwang <cookie@samsung.com>
Fri, 2 Jun 2017 05:51:03 +0000 (05:51 +0000)
commit0449439b65a4639b201833f89839d66894010369
treedc92f6da0ab50bd9d957ed5eea9b48f838b9544d
parent260c94b164264e2fbbb231d56c32fe725b68595e
Fix CodingRule_Auto style issues

Fix below issues:
- [CRC][SPC_M_SEP]Missing space after , [whitespace/comma] [3]
- [CRC][SPC_M_SEP]Extra space before ) [whitespace/parens] [2]
- [CRC][SPC_M_SEP]Missing space before ( in for( [whitespace/parens] [5]
- [CRC][BRC_M_SMT]If an 'else' has a brace on one side, it should
  have it on both [readability/braces] [5]
- [CRC][BRC_M_SMT] An else should appear on the same line as the
  preceding } [whitespace/newline] [4]

Change-Id: Ia35bd1dd9e94192e5ae1f5dfc614aca0803c9d9f
Signed-off-by: SeungSeop Park <sns.park@samsung.com>
services/WebEngineService/WebEngineService.cpp