mirror of
https://github.com/NixOS/nix
synced 2025-06-29 23:13:14 +02:00
Minor style fixes
This commit is contained in:
parent
61fd494d76
commit
dba33d4018
4 changed files with 14 additions and 6 deletions
|
@ -215,7 +215,7 @@ string Settings::pack()
|
|||
}
|
||||
|
||||
|
||||
void Settings::unpack(const string &pack) {
|
||||
void Settings::unpack(const string & pack) {
|
||||
Strings lines = tokenizeString<Strings>(pack, "\n");
|
||||
foreach (Strings::iterator, i, lines) {
|
||||
string::size_type eq = i->find('=');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue