Unindent print.hh
declarations
(cherry picked from commit c9125603a535f82cc9a53f47533f0a3d174e7008)
Change-Id: I137a272feee7eb42a017f373cbe4705b0e79b7c1
This commit is contained in:
parent
80b79d0137
commit
0e8f505f66
|
@ -10,6 +10,7 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
namespace nix {
|
namespace nix {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Print a string as a Nix string literal.
|
* Print a string as a Nix string literal.
|
||||||
*
|
*
|
||||||
|
@ -51,4 +52,5 @@ namespace nix {
|
||||||
* `print*` functions instead.
|
* `print*` functions instead.
|
||||||
*/
|
*/
|
||||||
std::ostream & printIdentifier(std::ostream & o, std::string_view s);
|
std::ostream & printIdentifier(std::ostream & o, std::string_view s);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue