mirror of
https://github.com/NixOS/nix
synced 2025-06-25 19:01:16 +02:00
Unindent print.hh
declarations
This commit is contained in:
parent
a38e6b9087
commit
c9125603a5
1 changed files with 42 additions and 40 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue