Fix Tizen coding rule errors
authorsaerome.kim <saerome.kim@samsung.com>
Fri, 30 Jun 2017 04:11:41 +0000 (13:11 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Mon, 17 Jul 2017 02:09:10 +0000 (11:09 +0900)
commit4f56ce57053b93b4cc9355329e589a17e128685e
treef2c273058904e01def9ecddc610de8afc8c2c49c
parent5ed2d4c848a2c9e3f86aecbb3b3d84fdb93a05cd
Fix Tizen coding rule errors

menu.h:44: ERROR: [SPC_M_OPR] space required after that ',' (ctx:VxV)
menu.h:46: ERROR: [SPC_M_OPR] space required after that ',' (ctx:VxV)
menu.h:50: ERROR: [SPC_M_OPR] space required after that ',' (ctx:VxV)
menu.h:54: ERROR: [SPC_M_OPR] space required after that ',' (ctx:VxV)
menu.h:58: ERROR: [SPC_M_OPR] space required after that ',' (ctx:VxV)
menu.h:61: ERROR: [SPC_M_OPR] space required after that ',' (ctx:VxV)
menu.h:61: ERROR: [SPC_M_OPR] space required after that ',' (ctx:VxV)
menu.h:64: ERROR: [SPC_M_OPR] space required after that ',' (ctx:VxV)
menu.h:68: ERROR: [SPC_M_OPR] space required after that ',' (ctx:VxV)
menu.h:73: ERROR: [SPC_M_OPR] space required after that ',' (ctx:VxV)
menu.h:73: ERROR: [SPC_M_OPR] space required after that ',' (ctx:VxV)
menu.h:93: ERROR: [SPC_M_SEP] space prohibited between function name and open parenthesis '('
menu.h:117: ERROR: [SPC_M_SEP] space prohibited between function name and open parenthesis '('
menu.h:118: ERROR: [SPC_M_SEP] space prohibited between function name and open parenthesis '('
menu.h:119: ERROR: [SPC_M_SEP] space prohibited between function name and open parenthesis '('
menu.h:120: ERROR: [SPC_M_SEP] space prohibited between function name and open parenthesis '('
mesh_log.h:32: ERROR: [SPC_M_SEP] space required after that close brace '}'
mesh_log.h:33: ERROR: [SPC_M_KWD] space required before the open parenthesis '('
mesh_log.h:41: ERROR: [SPC_M_KWD] space required before the open parenthesis '('
mesh_log.h:48: ERROR: [SPC_M_SEP] space required after that close brace '}'
mesh_log.h:49: ERROR: [SPC_M_KWD] space required before the open parenthesis '('
mesh_log.h:57: ERROR: [SPC_M_KWD] space required before the open parenthesis '('

Signed-off-by: saerome.kim <saerome.kim@samsung.com>
include/mesh.h
include/mesh_log.h
src/mesh_dbus.c
test/main.c
test/menu.h