about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2021-01-20 07:20:11 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2021-01-20 09:11:11 +1000
commit31f5dd3f3655fbedac19f64f77844aa5ed79501c (patch)
treec2a0358e4cd260c2e616c3478f0c4c93ab7634de /pkgs/applications/video
parent33fdfd07d292e911683706640107ae6a15537a92 (diff)
downloadnixlib-31f5dd3f3655fbedac19f64f77844aa5ed79501c.tar
nixlib-31f5dd3f3655fbedac19f64f77844aa5ed79501c.tar.gz
nixlib-31f5dd3f3655fbedac19f64f77844aa5ed79501c.tar.bz2
nixlib-31f5dd3f3655fbedac19f64f77844aa5ed79501c.tar.lz
nixlib-31f5dd3f3655fbedac19f64f77844aa5ed79501c.tar.xz
nixlib-31f5dd3f3655fbedac19f64f77844aa5ed79501c.tar.zst
nixlib-31f5dd3f3655fbedac19f64f77844aa5ed79501c.zip
treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/kazam/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/kazam/default.nix b/pkgs/applications/video/kazam/default.nix
index d47b5fddf88c..e6e971ad4387 100644
--- a/pkgs/applications/video/kazam/default.nix
+++ b/pkgs/applications/video/kazam/default.nix
@@ -19,7 +19,7 @@ python3.pkgs.buildPythonApplication rec {
   ];
 
   propagatedBuildInputs = with python3.pkgs; [ pygobject3 pyxdg pycairo dbus-python ];
- 
+
   # workaround https://github.com/NixOS/nixpkgs/issues/56943
   strictDeps = false;