diff options
Diffstat (limited to 'third_party/nix/src/nix-store/dotgraph.hh')
-rw-r--r-- | third_party/nix/src/nix-store/dotgraph.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/nix/src/nix-store/dotgraph.hh b/third_party/nix/src/nix-store/dotgraph.hh index e2b5fc72fbe1..c7069451e114 100644 --- a/third_party/nix/src/nix-store/dotgraph.hh +++ b/third_party/nix/src/nix-store/dotgraph.hh @@ -6,6 +6,6 @@ namespace nix { class Store; -void printDotGraph(ref<Store> store, const PathSet & roots); +void printDotGraph(ref<Store> store, const PathSet& roots); -} +} // namespace nix |