mirror of
https://github.com/NixOS/nix
synced 2025-06-28 01:11:15 +02:00
Cleanup
This commit is contained in:
parent
35732a95bc
commit
39a2e166dd
4 changed files with 6 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
#include <assert.h>
|
||||
#include <cassert>
|
||||
|
||||
#include "xml-writer.hh"
|
||||
|
||||
|
||||
namespace nix {
|
||||
|
||||
|
||||
|
||||
XMLWriter::XMLWriter(bool indent, std::ostream & output)
|
||||
: output(output), indent(indent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue