From c8c36f7c102d0a721082ccd5caae5cdcd8b3b88a Mon Sep 17 00:00:00 2001 From: Junghyun Yeon Date: Thu, 28 Jan 2021 09:35:37 +0900 Subject: [PATCH] Fix coding rule Change-Id: I690fb682f7853cf742c6c11d63e0bf50cad43b53 Signed-off-by: Junghyun Yeon --- src/common/pkgmgr_interface.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/pkgmgr_interface.h b/src/common/pkgmgr_interface.h index 71b40f04..8d0cfc3b 100644 --- a/src/common/pkgmgr_interface.h +++ b/src/common/pkgmgr_interface.h @@ -80,7 +80,8 @@ class PkgMgrInterface { * \param idx index of request * \param interface AppQueryInterface for request */ - void AddAppQueryInterface(int idx, std::shared_ptr interface); + void AddAppQueryInterface(int idx, + std::shared_ptr interface); /** * Returns Request type passed from pkgmgr_installer -- 2.34.1