Fix coding style warning detected by cpplint 33/121833/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Wed, 29 Mar 2017 02:35:10 +0000 (11:35 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Wed, 29 Mar 2017 02:35:10 +0000 (11:35 +0900)
Change-Id: I3d9b64e972f5a83da44e8acd96bc2f6508335177

scl/scluiimpl.cpp

index 0852132..d9b4837 100644 (file)
@@ -1175,7 +1175,7 @@ sclboolean
 CSCLUIImpl::get_button_geometry(const sclchar* custom_id, SclRectangle *rectangle)
 {
     if (m_initialized) {
-        CSCLResourceCache *cache= CSCLResourceCache::get_instance();
+        CSCLResourceCache *cache = CSCLResourceCache::get_instance();
         if (cache)
             return cache->get_button_geometry(custom_id, rectangle);
     }