Fix coding rule 51/252651/1
authorJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 28 Jan 2021 00:35:37 +0000 (09:35 +0900)
committerIlho Kim <ilho159.kim@samsung.com>
Mon, 1 Feb 2021 06:03:53 +0000 (15:03 +0900)
Change-Id: I690fb682f7853cf742c6c11d63e0bf50cad43b53
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
(cherry picked from commit c8c36f7c102d0a721082ccd5caae5cdcd8b3b88a)

src/common/pkgmgr_interface.h

index 71b40f0..8d0cfc3 100644 (file)
@@ -80,7 +80,8 @@ class PkgMgrInterface {
    * \param idx index of request
    * \param interface AppQueryInterface for request
    */
-  void AddAppQueryInterface(int idx, std::shared_ptr<AppQueryInterface> interface);
+  void AddAppQueryInterface(int idx,
+      std::shared_ptr<AppQueryInterface> interface);
 
   /**
    * Returns Request type passed from pkgmgr_installer