]> granicus.if.org Git - icinga2/commitdiff
Compat: Fix commands in objects.cache file.
authorMichael Friedrich <michael.friedrich@netways.de>
Fri, 13 Dec 2013 16:36:31 +0000 (17:36 +0100)
committerMichael Friedrich <michael.friedrich@netways.de>
Fri, 13 Dec 2013 16:36:31 +0000 (17:36 +0100)
Refs #5328

components/compat/statusdatawriter.cpp

index de84c976bc5ac01511e92f5e73a84b7e4608efb5..80e50f7d51ec0ea97be53500e259453caa5a1d01 100644 (file)
@@ -153,10 +153,8 @@ void StatusDataWriter::DumpCommand(std::ostream& fp, const Command::Ptr& command
                fp << "<internal>";
        }
 
-       fp << "\n";
-             "\t" "}" "\n"
+       fp << "\n" "\t" "}" "\n"
              "\n";
-
 }
 
 void StatusDataWriter::DumpDowntimes(std::ostream& fp, const Service::Ptr& owner, CompatObjectType type)