Unindent print.hh declarations

(cherry picked from commit c9125603a535f82cc9a53f47533f0a3d174e7008)
Change-Id: I137a272feee7eb42a017f373cbe4705b0e79b7c1
This commit is contained in:
eldritch horrors 2024-03-08 02:21:26 +01:00
parent 80b79d0137
commit 0e8f505f66

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);
}