mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
ba3eeafb5a
commit
b7ee26fa78
@ -628,7 +628,7 @@ void NodeUtility::SerializeObject(std::ostream& fp, const Dictionary::Ptr& objec
|
||||
ConfigWriter::EmitIdentifier(fp, kv.first, true);
|
||||
fp << " = ";
|
||||
ConfigWriter::EmitValue(fp, 1, kv.second);
|
||||
fp << ";\n";
|
||||
fp << "\n";
|
||||
}
|
||||
|
||||
fp << "}\n\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user