]> granicus.if.org Git - icinga2/commitdiff
Fixed indentation 6503/head
authorPeter Eckel <pe-git@hindenburgring.com>
Sun, 29 Jul 2018 13:39:02 +0000 (15:39 +0200)
committerPeter Eckel <pe-git@hindenburgring.com>
Sun, 29 Jul 2018 13:39:02 +0000 (15:39 +0200)
lib/icinga/pluginutility.cpp

index 47ff52eb9a7cf6d506ef449dc306e21dd4ce63d7..e3963b24ef6b8ac638d0bb37e4ab870bb53a2f2b 100644 (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 */