From dba33d4018c07699b59f024ca61442c896579c64 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 14 Feb 2014 11:48:42 +0100 Subject: Minor style fixes --- src/nix-store/nix-store.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nix-store/nix-store.cc') diff --git a/src/nix-store/nix-store.cc b/src/nix-store/nix-store.cc index 350a4ce0fa37..f017b9ead31b 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()) -- cgit 1.4.1