about summary refs log tree commit diff
path: root/pkgs/applications/audio/jackmeter
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/audio/jackmeter
parent863054f9da86c21df62a856fe0bfdfe109a60f36 (diff)
treewide: remove trailing whitespaces
Diffstat (limited to 'pkgs/applications/audio/jackmeter')
-rw-r--r--pkgs/applications/audio/jackmeter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/jackmeter/default.nix b/pkgs/applications/audio/jackmeter/default.nix
index 2a75b384af5ca..d049cf81b11d0 100644
--- a/pkgs/applications/audio/jackmeter/default.nix
+++ b/pkgs/applications/audio/jackmeter/default.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ pkgconfig ];
   buildInputs = [ libjack2 ];
 
-  meta = { 
+  meta = {
     description = "Console jack loudness meter";
     homepage = "https://www.aelius.com/njh/jackmeter/";
     license = stdenv.lib.licenses.gpl2;