mirror of
https://github.com/NixOS/nix
synced 2025-07-03 06:11:46 +02:00
Minor style fixes
This commit is contained in:
parent
61fd494d76
commit
dba33d4018
4 changed files with 14 additions and 6 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue