about summary refs log tree commit diff
path: root/third_party/nix/src/nix/legacy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/nix/legacy.cc')
-rw-r--r--third_party/nix/src/nix/legacy.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/nix/legacy.cc b/third_party/nix/src/nix/legacy.cc
index 6df09ee37a..2860afe53a 100644
--- a/third_party/nix/src/nix/legacy.cc
+++ b/third_party/nix/src/nix/legacy.cc
@@ -2,6 +2,6 @@
 
 namespace nix {
 
-RegisterLegacyCommand::Commands * RegisterLegacyCommand::commands = 0;
+RegisterLegacyCommand::Commands* RegisterLegacyCommand::commands = 0;
 
 }