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 '"
|
||||
+ lib->libraryPath + "'");
|
||||
}
|
||||
lib->getSenseApiDescriptor = func;
|
||||
|
||||
lib->getSenseApiDescriptor = func;
|
||||
senseApiLibs.push_back(std::move(lib));
|
||||
return *senseApiLibs.back();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user