Fix coding style 86/63986/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 17 Mar 2016 00:43:34 +0000 (09:43 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 29 Mar 2016 07:44:38 +0000 (16:44 +0900)
[SPC_M_SEP]Extra space before ( in function call  [whitespace/parens] [4]

Change-Id: I8d7291a16f1f50a44210fd68edbdd04032369de9

scl/gwes/efl/sclgraphics-efl.cpp

index bbbb968..4df0eb8 100644 (file)
@@ -71,7 +71,7 @@ CSCLGraphicsImplEfl::~CSCLGraphicsImplEfl()
 {
     SCL_DEBUG();
 
-    fini ();
+    fini();
 }
 
 void CSCLGraphicsImplEfl::init()