[Reform] Apply Coding Style
[platform/core/appfw/pkgmgr-info.git] / src / server / worker_thread.cc
index 6166aa9..d4ee912 100644 (file)
@@ -87,7 +87,8 @@ void WorkerThread::Run() {
     pkgmgr_common::ReqType type = req->GetRequestType();
     LOGD("Request type(%d)", static_cast<int>(type));
 
-    if (!handler[type]->HandleRequest(req->GetData(), req->GetSize(), locale_.GetString())) {
+    if (!handler[type]->HandleRequest(req->GetData(), req->GetSize(),
+                                      locale_.GetString())) {
       LOGE("Failed to handle request");
       continue;
     }