mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56:01 +01:00
prettyPrint -> shouldPrettyPrint
This commit is contained in:
parent
a27651908f
commit
1c5f5d4291
2 changed files with 5 additions and 5 deletions
|
|
@ -71,7 +71,7 @@ struct PrintOptions
|
|||
/**
|
||||
* True if pretty-printing is enabled.
|
||||
*/
|
||||
inline bool prettyPrint()
|
||||
inline bool shouldPrettyPrint()
|
||||
{
|
||||
return prettyIndent > 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue