about summary refs log tree commit diff
path: root/third_party/nix/src/libstore/references.hh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/libstore/references.hh')
-rw-r--r--third_party/nix/src/libstore/references.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/third_party/nix/src/libstore/references.hh b/third_party/nix/src/libstore/references.hh
index 013809d122..2229150e33 100644
--- a/third_party/nix/src/libstore/references.hh
+++ b/third_party/nix/src/libstore/references.hh
@@ -1,11 +1,11 @@
 #pragma once
 
-#include "types.hh"
 #include "hash.hh"
+#include "types.hh"
 
 namespace nix {
 
-PathSet scanForReferences(const Path & path, const PathSet & refs,
-    HashResult & hash);
-    
+PathSet scanForReferences(const Path& path, const PathSet& refs,
+                          HashResult& hash);
+
 }