From: Jihoon Kim Date: Mon, 25 Apr 2016 07:36:36 +0000 (+0900) Subject: Fix indentation X-Git-Tag: submit/tizen/20160426.060359~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f07df27e4b079bd04b803fdf216747a853e528f;p=platform%2Fcore%2Fuifw%2Flibscl-core.git Fix indentation Change-Id: I964306dedd066528cbb0f20ea0a4ffd24c083930 --- diff --git a/src/sclconnection.cpp b/src/sclconnection.cpp index f12daca..fba5e8f 100644 --- a/src/sclconnection.cpp +++ b/src/sclconnection.cpp @@ -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)