formatting: fix missing leading whitespace

This commit is contained in:
1000101
2020-06-07 17:29:08 -04:00
committed by Benjamin Hipple
parent 1ea60ca783
commit c597a7f869
28 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, libSM, libX11, libICE, SDL, alsaLib, gcc-unwrapped, libXext }:
stdenv.mkDerivation rec{
stdenv.mkDerivation rec {
pname = "atari++";
version = "1.83";
+1 -1
View File
@@ -2,7 +2,7 @@
, unzip, zlib, SDL, readline, libGLU, libGL, libX11 }:
with stdenv.lib;
stdenv.mkDerivation rec{
stdenv.mkDerivation rec {
pname = "atari800";
version = "4.2.0";
+1 -1
View File
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, autoreconfHook, libtool }:
stdenv.mkDerivation rec{
stdenv.mkDerivation rec {
version="1.28";
pname = "mxt-app";