Fix coding rule 17/252417/1
authorJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 28 Jan 2021 00:35:37 +0000 (09:35 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 28 Jan 2021 00:35:37 +0000 (09:35 +0900)
Change-Id: I690fb682f7853cf742c6c11d63e0bf50cad43b53
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
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