Skip to content

Commit 8b7c3b0

Browse files
committed
Reformat plugin assignment
1 parent c3c5723 commit 8b7c3b0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tools/cage/src/CaGe.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Plugin* loadPlugin(const std::string& pluginPath) {
5252
return nullptr;
5353
}
5454
auto getPlugin = reinterpret_cast<Plugin* (*)()>(sym);
55-
Plugin* loadedPlugin=getPlugin();
55+
Plugin* loadedPlugin = getPlugin();
5656
metacg::MCGLogger::logInfo("Successfully loaded Plugin: {}", loadedPlugin->getPluginName());
5757
return loadedPlugin;
5858
}
@@ -85,7 +85,6 @@ PreservedAnalyses CaGe::run(Module& M, ModuleAnalysisManager& MA) {
8585
}
8686
}
8787

88-
8988
if (!gen.run(M, &MA))
9089
return PreservedAnalyses::all();
9190

0 commit comments

Comments
 (0)