about summary refs log tree commit diff
path: root/pkgs/applications/misc/phwmon/default.nix
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-01-01 20:46:40 +0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-01-01 10:41:04 -0800
commit3496ce2a0c9dede15f05b25c8560eb702acc72bd (patch)
tree3fd2d0f553c7f0c425fd8c58a0150134395417e6 /pkgs/applications/misc/phwmon/default.nix
parent863054f9da86c21df62a856fe0bfdfe109a60f36 (diff)
treewide: remove trailing whitespaces
Diffstat (limited to 'pkgs/applications/misc/phwmon/default.nix')
-rw-r--r--pkgs/applications/misc/phwmon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/phwmon/default.nix b/pkgs/applications/misc/phwmon/default.nix
index 017383a79a2d2..5800bcebef900 100644
--- a/pkgs/applications/misc/phwmon/default.nix
+++ b/pkgs/applications/misc/phwmon/default.nix
@@ -16,11 +16,11 @@ stdenv.mkDerivation {
   buildInputs = [ pythonPackages.pygtk pythonPackages.psutil ];
 
   pythonPath = [ pythonPackages.pygtk pythonPackages.psutil ];
-  
+
   patchPhase = ''
     substituteInPlace install.sh --replace "/usr/local" "$out"
   '';
-    
+
   installPhase = ''
     mkdir -p $out/bin $out/share/applications
     ./install.sh