1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

Unindent print.hh declarations

This commit is contained in:
Rebecca Turner 2023-12-18 10:34:19 -08:00
parent a38e6b9087
commit c9125603a5
No known key found for this signature in database

View file

@ -10,6 +10,7 @@
#include <iostream>
namespace nix {
/**
* Print a string as a Nix string literal.
*
@ -51,4 +52,5 @@ namespace nix {
* `print*` functions instead.
*/
std::ostream & printIdentifier(std::ostream & o, std::string_view s);
}