[Reform] Apply Coding Style
authorreview-bot <reviewbot@samsung.com>
Mon, 15 Feb 2021 05:01:52 +0000 (14:01 +0900)
committer연정현/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 <jungh.yeon@samsung.com>
Tue, 16 Feb 2021 09:28:40 +0000 (18:28 +0900)
src/server/pkg_request.cc

index 729c855..e08d12c 100644 (file)
@@ -19,8 +19,8 @@
 
 namespace pkgmgr_server {
 
-PkgRequest::PkgRequest(int fd) : fd_(fd),
-    request_type_(pkgmgr_common::REQ_TYPE_NONE), data_size_(-1) {
+PkgRequest::PkgRequest(int fd)
+    : fd_(fd), request_type_(pkgmgr_common::REQ_TYPE_NONE), data_size_(-1) {
   socket_ = std::unique_ptr<pkgmgr_common::socket::DataSocket>(
       new (std::nothrow) pkgmgr_common::socket::DataSocket(fd_));
   if (socket_ == nullptr) LOGE("Out of memory");