mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
Style fixes
In particular, use std::make_shared and enumerate(). Also renamed some fields to fit naming conventions.
This commit is contained in:
parent
c98648bef0
commit
dd8b91eebc
8 changed files with 247 additions and 305 deletions
|
@ -275,6 +275,7 @@ void printClosureDiff(
|
|||
|
||||
void runRepl(
|
||||
ref<EvalState> evalState,
|
||||
const Expr &expr,
|
||||
const Expr & expr,
|
||||
const std::map<std::string, Value *> & extraEnv);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue