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