senseApiMgr: Fix formatting
This commit is contained in:
@@ -86,8 +86,8 @@ SenseApiLib& SenseApiManager::loadSenseApiLib(const std::string& libraryPath)
|
|||||||
HK_GET_SENSE_API_DESC_FN_NAME_STR "') failed for library '"
|
HK_GET_SENSE_API_DESC_FN_NAME_STR "') failed for library '"
|
||||||
+ lib->libraryPath + "'");
|
+ lib->libraryPath + "'");
|
||||||
}
|
}
|
||||||
lib->getSenseApiDescriptor = func;
|
|
||||||
|
|
||||||
|
lib->getSenseApiDescriptor = func;
|
||||||
senseApiLibs.push_back(std::move(lib));
|
senseApiLibs.push_back(std::move(lib));
|
||||||
return *senseApiLibs.back();
|
return *senseApiLibs.back();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user