summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2021-01-21 10:55:55 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2021-01-21 13:29:54 +1000
commit932941b79c3dbbef2de9440e1631dfec43956261 (patch)
tree2143233842853662246d1b88a8a50797b98de69e /pkgs/games
parentfa2e1dd70a3cad3f018c5c29ca9bee429cdea9f6 (diff)
downloadnixpkgs-932941b79c3dbbef2de9440e1631dfec43956261.tar
nixpkgs-932941b79c3dbbef2de9440e1631dfec43956261.tar.gz
nixpkgs-932941b79c3dbbef2de9440e1631dfec43956261.tar.bz2
nixpkgs-932941b79c3dbbef2de9440e1631dfec43956261.tar.lz
nixpkgs-932941b79c3dbbef2de9440e1631dfec43956261.tar.xz
nixpkgs-932941b79c3dbbef2de9440e1631dfec43956261.tar.zst
nixpkgs-932941b79c3dbbef2de9440e1631dfec43956261.zip
treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/mrrescue/default.nix4
-rw-r--r--pkgs/games/sienna/default.nix2
-rw-r--r--pkgs/games/vapor/default.nix4
3 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/games/mrrescue/default.nix b/pkgs/games/mrrescue/default.nix
index d3caa986b85..c5b2b7d20eb 100644
--- a/pkgs/games/mrrescue/default.nix
+++ b/pkgs/games/mrrescue/default.nix
@@ -13,13 +13,13 @@ let
     name = "mrrescue";
     exec = pname;
     icon = icon;
-    comment = "Arcade-style fire fighting game"; 
+    comment = "Arcade-style fire fighting game";
     desktopName = "Mr. Rescue";
     genericName = "mrrescue";
     categories = "Game;";
   };
 
-in 
+in
 
 stdenv.mkDerivation {
   name = "${pname}-${version}";
diff --git a/pkgs/games/sienna/default.nix b/pkgs/games/sienna/default.nix
index 0a38723368e..1a1e82b7d64 100644
--- a/pkgs/games/sienna/default.nix
+++ b/pkgs/games/sienna/default.nix
@@ -13,7 +13,7 @@ let
     name = "sienna";
     exec = pname;
     icon = icon;
-    comment = "Fast-paced one button platformer"; 
+    comment = "Fast-paced one button platformer";
     desktopName = "Sienna";
     genericName = "sienna";
     categories = "Game;";
diff --git a/pkgs/games/vapor/default.nix b/pkgs/games/vapor/default.nix
index e79c49779af..71028065263 100644
--- a/pkgs/games/vapor/default.nix
+++ b/pkgs/games/vapor/default.nix
@@ -14,13 +14,13 @@ let
     name = "Vapor";
     exec = pname;
     icon = icon;
-    comment = "LÖVE Distribution Client"; 
+    comment = "LÖVE Distribution Client";
     desktopName = "Vapor";
     genericName = "vapor";
     categories = "Game;";
   };
 
-in 
+in
 
 stdenv.mkDerivation {
   name = "${pname}-${version}";