Fixed indentation

This commit is contained in:
Peter Eckel 2018-07-29 15:39:02 +02:00
parent f788795415
commit b5a7af126d
1 changed files with 2 additions and 2 deletions

View File

@ -70,13 +70,13 @@ void PluginUtility::ExecuteCommand(const Command::Ptr& commandObj, const Checkab
for (const Dictionary::Pair& kv : env) {
String name = kv.second;
String missingMacro;
String missingMacro;
Value value = MacroProcessor::ResolveMacros(name, macroResolvers, cr,
&missingMacro, MacroProcessor::EscapeCallback(), resolvedMacros,
useResolvedMacros);
#ifdef I2_DEBUG
if (!missingMacro.IsEmpty())
if (!missingMacro.IsEmpty())
Log(LogDebug, "PluginUtility")
<< "Macro '" << name << "' is not defined.";
#endif /* I2_DEBUG */