From b3d63f81919d1da80b28362cbc6368d42d0deb68 Mon Sep 17 00:00:00 2001
From: Parnell Springmeyer <parnell@awakenetworks.com>
Date: Thu, 30 Jun 2016 19:14:14 -0500
Subject: [PATCH] security: whitespace wibble

---
 nixos/modules/security/setcap-wrappers.nix | 2 --
 1 file changed, 2 deletions(-)

diff --git a/nixos/modules/security/setcap-wrappers.nix b/nixos/modules/security/setcap-wrappers.nix
index a9e3f8c0b1c..dbd40e266ba 100644
--- a/nixos/modules/security/setcap-wrappers.nix
+++ b/nixos/modules/security/setcap-wrappers.nix
@@ -103,8 +103,6 @@ in
     export PATH="${config.security.setcapWrapperDir}:$PATH"
     '';
 
-
-
     system.activationScripts.setcap =
       let
         setcapPrograms = cfg;