1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 16:51:15 +02:00

Minor style fixes

This commit is contained in:
Eelco Dolstra 2014-02-14 11:48:42 +01:00
parent 61fd494d76
commit dba33d4018
4 changed files with 14 additions and 6 deletions

View file

@ -25,7 +25,7 @@ struct Settings {
string pack();
void unpack(const string &pack);
void unpack(const string & pack);
SettingsMap getOverrides();