about summary refs log tree commit diff
path: root/pkgs/applications/networking/ps2client
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-11-18 09:42:33 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-18 22:37:56 -0800
commit8313dacb11a9f835fbfa8a9d785ad1e31171eae1 (patch)
tree2eb18dd4e355149f523fa0e0fa097ebb61ff5686 /pkgs/applications/networking/ps2client
parent72f6df338d4518008aa0722467a33c5396785d88 (diff)
treewide: remove trailing whitespace
Diffstat (limited to 'pkgs/applications/networking/ps2client')
-rw-r--r--pkgs/applications/networking/ps2client/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/ps2client/default.nix b/pkgs/applications/networking/ps2client/default.nix
index e0891f621495e..444a6dcf45c7d 100644
--- a/pkgs/applications/networking/ps2client/default.nix
+++ b/pkgs/applications/networking/ps2client/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
   patchPhase = ''
    sed -i -e "s|-I/usr/include||g" -e "s|-I/usr/local/include||g" Makefile
   '';
-  
+
   installPhase = ''
     make PREFIX=$out install
   '';