Fix indentation 97/67097/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 25 Apr 2016 07:36:36 +0000 (16:36 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 25 Apr 2016 07:36:36 +0000 (16:36 +0900)
Change-Id: I964306dedd066528cbb0f20ea0a4ffd24c083930

src/sclconnection.cpp

index f12daca..fba5e8f 100644 (file)
@@ -269,15 +269,15 @@ void CSCLConnection::update_geometry(sclint x, sclint y, sclint width, sclint he
 void CSCLConnection::get_surrounding_text(const sclchar *ic_uuid, sclint maxlen_before, sclint maxlen_after) const
 {
     if (m_impl) {
-         m_impl->get_surrounding_text(ic_uuid, maxlen_before, maxlen_after);
-     }
+        m_impl->get_surrounding_text(ic_uuid, maxlen_before, maxlen_after);
+    }
 }
 
 void CSCLConnection::delete_surrounding_text(sclint offset, sclint len) const
 {
     if (m_impl) {
-         m_impl->delete_surrounding_text(offset, len);
-     }
+        m_impl->delete_surrounding_text(offset, len);
+    }
 }
 
 void CSCLConnection::set_candidate_position(sclint left, sclint top)