- Fix line over 80 chars.
- Fix include order.
Change-Id: I2f8f2f50bdf90bf5b7e828031cd28b7e0d0265c1
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
#ifndef CAPABILITY_H_
#define CAPABILITY_H_
+#include <json/json.h>
+
#include <string>
#include <utility>
-#include <json/json.h>
-
namespace capmgr {
class Capability {
for (const auto& sec_rsc : unowned_dev_list_) {
LOG(INFO) << "Do ownership transfer: " << sec_rsc->getDevAddr();
- sec_rsc->doOwnershipTransfer([this](OC::PMResultList_t* result, int hasError) {
+ sec_rsc->doOwnershipTransfer(
+ [this](OC::PMResultList_t* result, int hasError) {
if (hasError) {
LOG(ERROR) << "Failed to ownership transfer";
return;
#ifndef PACKAGE_EVENT_LISTENER_H_
#define PACKAGE_EVENT_LISTENER_H_
-#include <boost/signals2.hpp>
-
#include <package-manager.h>
+#include <boost/signals2.hpp>
+
#include <functional>
#include <map>
#include <string>