about summary refs log tree commit diff
path: root/src/nix-store/nix-store.cc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-14T10·48+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-14T10·48+0100
commitdba33d4018c07699b59f024ca61442c896579c64 (patch)
treedb6ed21270e77bc497adf44014530819c5318837 /src/nix-store/nix-store.cc
parent61fd494d760d667649fa48665f9aa75ba88a1eb6 (diff)
Minor style fixes
Diffstat (limited to 'src/nix-store/nix-store.cc')
-rw-r--r--src/nix-store/nix-store.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-store/nix-store.cc b/src/nix-store/nix-store.cc
index 350a4ce0fa..f017b9ead3 100644
--- a/src/nix-store/nix-store.cc
+++ b/src/nix-store/nix-store.cc
@@ -835,7 +835,7 @@ static void opClearFailedPaths(Strings opFlags, Strings opArgs)
 }
 
 
-// Serve the nix store in a way usable by a restricted ssh user
+/* Serve the nix store in a way usable by a restricted ssh user. */
 static void opServe(Strings opFlags, Strings opArgs)
 {
     if (!opArgs.empty() || !opFlags.empty())