summary refs log tree commit diff
path: root/pkgs/development/libraries/lib3ds
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/development/libraries/lib3ds
parent33fdfd07d292e911683706640107ae6a15537a92 (diff)
downloadnixpkgs-31f5dd3f3655fbedac19f64f77844aa5ed79501c.tar
nixpkgs-31f5dd3f3655fbedac19f64f77844aa5ed79501c.tar.gz
nixpkgs-31f5dd3f3655fbedac19f64f77844aa5ed79501c.tar.bz2
nixpkgs-31f5dd3f3655fbedac19f64f77844aa5ed79501c.tar.lz
nixpkgs-31f5dd3f3655fbedac19f64f77844aa5ed79501c.tar.xz
nixpkgs-31f5dd3f3655fbedac19f64f77844aa5ed79501c.tar.zst
nixpkgs-31f5dd3f3655fbedac19f64f77844aa5ed79501c.zip
treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
Diffstat (limited to 'pkgs/development/libraries/lib3ds')
-rw-r--r--pkgs/development/libraries/lib3ds/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/lib3ds/default.nix b/pkgs/development/libraries/lib3ds/default.nix
index 406b61e4393..39e3e2e660f 100644
--- a/pkgs/development/libraries/lib3ds/default.nix
+++ b/pkgs/development/libraries/lib3ds/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchurl, unzip }:
-        
+
 stdenv.mkDerivation rec {
   name = "lib3ds-1.3.0";
 
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ unzip ];
 
-  meta = { 
+  meta = {
     description = "Library for managing 3D-Studio Release 3 and 4 \".3DS\" files";
     homepage = "http://lib3ds.sourceforge.net/";
     license = "LGPL";