Formatting.
This commit is contained in:
parent
cf0019ab82
commit
4b4fe0ec9e
@ -97,7 +97,7 @@ namespace cling {
|
||||
/// other error was encountered.
|
||||
///
|
||||
LoadLibResult loadLibrary(const std::string& libStem, bool permanent,
|
||||
bool resolved = false );
|
||||
bool resolved = false);
|
||||
|
||||
void unloadLibrary(llvm::StringRef libStem);
|
||||
|
||||
|
@ -194,8 +194,8 @@ namespace cling {
|
||||
DynamicLibraryManager::LoadLibResult
|
||||
DynamicLibraryManager::loadLibrary(const std::string& libStem,
|
||||
bool permanent, bool resolved) {
|
||||
std::string lResolved;
|
||||
const std::string &canonicalLoadedLib = resolved ? libStem : lResolved;
|
||||
std::string lResolved;
|
||||
const std::string& canonicalLoadedLib = resolved ? libStem : lResolved;
|
||||
if (!resolved) {
|
||||
lResolved = lookupLibrary(libStem);
|
||||
if (lResolved.empty())
|
||||
|
Loading…
x
Reference in New Issue
Block a user