summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 18:51:05 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 21:17:44 +0300
commit59ce9118103898ec53b7679a312552246afab8b7 (patch)
tree219f306b777e678d5c9d7f7484c57152fa012fea
parentdb35d7b8ab7212bf52395f2f4816ea2fdacffbfe (diff)
treewide: Some EOF-whitespace fixes
-rw-r--r--pkgs/applications/misc/xmove/default.nix1
-rw-r--r--pkgs/applications/networking/browsers/mozilla-plugins/gmtk/default.nix1
-rw-r--r--pkgs/applications/science/electronics/fritzing/default.nix4
-rw-r--r--pkgs/applications/science/logic/sad/default.nix2
-rw-r--r--pkgs/build-support/mono-dll-fixer/default.nix2
-rw-r--r--pkgs/data/fonts/dejavu-fonts/default.nix1
-rw-r--r--pkgs/development/libraries/giflib/libungif.nix1
-rw-r--r--pkgs/development/libraries/java/jdom/default.nix2
-rw-r--r--pkgs/development/libraries/java/lucene/default.nix2
-rw-r--r--pkgs/development/libraries/t1lib/default.nix1
-rw-r--r--pkgs/misc/emulators/atari++/default.nix4
-rw-r--r--pkgs/misc/emulators/atari800/default.nix4
-rw-r--r--pkgs/os-specific/linux/opengl/xorg-sys/default.nix1
-rw-r--r--pkgs/os-specific/linux/systemd/libudev.nix1
-rw-r--r--pkgs/tools/misc/mrtg/default.nix2
-rw-r--r--pkgs/tools/security/super/default.nix2
16 files changed, 12 insertions, 19 deletions
diff --git a/pkgs/applications/misc/xmove/default.nix b/pkgs/applications/misc/xmove/default.nix
index a4427c11f6a5..56558787cddf 100644
--- a/pkgs/applications/misc/xmove/default.nix
+++ b/pkgs/applications/misc/xmove/default.nix
@@ -12,4 +12,3 @@ stdenv.mkDerivation {
buildInputs = [libX11 libXi imake xauth libXau];
}
-
diff --git a/pkgs/applications/networking/browsers/mozilla-plugins/gmtk/default.nix b/pkgs/applications/networking/browsers/mozilla-plugins/gmtk/default.nix
index d707f3267451..1c5f128fc12a 100644
--- a/pkgs/applications/networking/browsers/mozilla-plugins/gmtk/default.nix
+++ b/pkgs/applications/networking/browsers/mozilla-plugins/gmtk/default.nix
@@ -10,4 +10,3 @@ stdenv.mkDerivation rec {
buildInputs = [ intltool pkgconfig gtk GConf alsaLib ];
}
-
diff --git a/pkgs/applications/science/electronics/fritzing/default.nix b/pkgs/applications/science/electronics/fritzing/default.nix
index 3f80ed2866d3..4ac2710050b8 100644
--- a/pkgs/applications/science/electronics/fritzing/default.nix
+++ b/pkgs/applications/science/electronics/fritzing/default.nix
@@ -20,11 +20,11 @@ stdenv.mkDerivation rec {
preConfigure = ''
cd fritzing-${version}.source
'';
-
+
meta = {
description = "An open source prototyping tool for Arduino-based projects";
homepage = http://fritzing.org/;
license = stdenv.lib.licenses.gpl3;
maintainers = [ stdenv.lib.maintainers.robberer ];
- };
+ };
}
diff --git a/pkgs/applications/science/logic/sad/default.nix b/pkgs/applications/science/logic/sad/default.nix
index d9d36b991177..2d3b533a9a3f 100644
--- a/pkgs/applications/science/logic/sad/default.nix
+++ b/pkgs/applications/science/logic/sad/default.nix
@@ -29,5 +29,5 @@ stdenv.mkDerivation {
license = stdenv.lib.licenses.gpl3Plus;
maintainers = [ stdenv.lib.maintainers.schmitthenner ];
homepage = http://nevidal.org/sad.en.html;
- };
+ };
}
diff --git a/pkgs/build-support/mono-dll-fixer/default.nix b/pkgs/build-support/mono-dll-fixer/default.nix
index f7dbeb3c2b07..8f7d1e795d79 100644
--- a/pkgs/build-support/mono-dll-fixer/default.nix
+++ b/pkgs/build-support/mono-dll-fixer/default.nix
@@ -5,4 +5,4 @@ stdenv.mkDerivation {
builder = ./builder.sh;
dllFixer = ./dll-fixer.pl;
inherit perl;
-} \ No newline at end of file
+}
diff --git a/pkgs/data/fonts/dejavu-fonts/default.nix b/pkgs/data/fonts/dejavu-fonts/default.nix
index 9d5e25e0abd6..76e9b03b9ab4 100644
--- a/pkgs/data/fonts/dejavu-fonts/default.nix
+++ b/pkgs/data/fonts/dejavu-fonts/default.nix
@@ -40,4 +40,3 @@ stdenv.mkDerivation rec {
done;
'';
}
-
diff --git a/pkgs/development/libraries/giflib/libungif.nix b/pkgs/development/libraries/giflib/libungif.nix
index ca2d09457225..725539a8131d 100644
--- a/pkgs/development/libraries/giflib/libungif.nix
+++ b/pkgs/development/libraries/giflib/libungif.nix
@@ -7,4 +7,3 @@ stdenv.mkDerivation {
sha256 = "5e65e1e5deacd0cde489900dbf54c6c2ee2ebc818199e720dbad685d87abda3d";
};
}
-
diff --git a/pkgs/development/libraries/java/jdom/default.nix b/pkgs/development/libraries/java/jdom/default.nix
index bca165bb3246..5211156fe7ee 100644
--- a/pkgs/development/libraries/java/jdom/default.nix
+++ b/pkgs/development/libraries/java/jdom/default.nix
@@ -8,4 +8,4 @@ stdenv.mkDerivation {
url = http://www.jdom.org/dist/binary/jdom-1.0.tar.gz;
md5 = "ce29ecc05d63fdb419737fd00c04c281";
};
-} \ No newline at end of file
+}
diff --git a/pkgs/development/libraries/java/lucene/default.nix b/pkgs/development/libraries/java/lucene/default.nix
index 9380591636c9..76e08696b0cc 100644
--- a/pkgs/development/libraries/java/lucene/default.nix
+++ b/pkgs/development/libraries/java/lucene/default.nix
@@ -8,4 +8,4 @@ stdenv.mkDerivation {
url = http://cvs.apache.org/dist/jakarta/lucene/v1.4.1/lucene-1.4.1.tar.gz;
md5 = "656a6f40f5b8f7d2e19453436848bfe8";
};
-} \ No newline at end of file
+}
diff --git a/pkgs/development/libraries/t1lib/default.nix b/pkgs/development/libraries/t1lib/default.nix
index 5ed773c56d2c..e1a626071030 100644
--- a/pkgs/development/libraries/t1lib/default.nix
+++ b/pkgs/development/libraries/t1lib/default.nix
@@ -30,4 +30,3 @@ stdenv.mkDerivation {
postInstall = stdenv.lib.optional (!stdenv.isDarwin) "chmod +x $out/lib/*.so.*"; # ??
}
-
diff --git a/pkgs/misc/emulators/atari++/default.nix b/pkgs/misc/emulators/atari++/default.nix
index 89baadb62082..fc48d607bb21 100644
--- a/pkgs/misc/emulators/atari++/default.nix
+++ b/pkgs/misc/emulators/atari++/default.nix
@@ -23,6 +23,6 @@ stdenv.mkDerivation rec{
(Linux, Solaris, Irix).
'';
maintainers = [ maintainers.AndersonTorres ];
- license = licenses.gpl2Plus;
- };
+ license = licenses.gpl2Plus;
+ };
}
diff --git a/pkgs/misc/emulators/atari800/default.nix b/pkgs/misc/emulators/atari800/default.nix
index af8d64982a0b..ce6c6f35a364 100644
--- a/pkgs/misc/emulators/atari800/default.nix
+++ b/pkgs/misc/emulators/atari800/default.nix
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec{
other systems supported by the SDL library.
'';
maintainers = [ maintainers.AndersonTorres ];
- license = licenses.gpl2Plus;
- };
+ license = licenses.gpl2Plus;
+ };
}
diff --git a/pkgs/os-specific/linux/opengl/xorg-sys/default.nix b/pkgs/os-specific/linux/opengl/xorg-sys/default.nix
index 7da890ae7e33..807ace86e788 100644
--- a/pkgs/os-specific/linux/opengl/xorg-sys/default.nix
+++ b/pkgs/os-specific/linux/opengl/xorg-sys/default.nix
@@ -14,4 +14,3 @@ stdenv.mkDerivation {
neededLibs = map (p: p.out)
[xorg.libXxf86vm xorg.libXext expat libdrm stdenv.cc.cc];
}
-
diff --git a/pkgs/os-specific/linux/systemd/libudev.nix b/pkgs/os-specific/linux/systemd/libudev.nix
index 0fe45aee9164..60115ddaba5c 100644
--- a/pkgs/os-specific/linux/systemd/libudev.nix
+++ b/pkgs/os-specific/linux/systemd/libudev.nix
@@ -16,4 +16,3 @@ stdenv.mkDerivation {
sed "/^includedir=/cincludedir=$dev/include" -i "$dev"/lib/pkgconfig/*.pc
'';
}
-
diff --git a/pkgs/tools/misc/mrtg/default.nix b/pkgs/tools/misc/mrtg/default.nix
index 043cbf1edf18..bdd7a0674a45 100644
--- a/pkgs/tools/misc/mrtg/default.nix
+++ b/pkgs/tools/misc/mrtg/default.nix
@@ -19,5 +19,5 @@ stdenv.mkDerivation rec {
homepage = http://oss.oetiker.ch/mrtg/;
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.robberer ];
- };
+ };
}
diff --git a/pkgs/tools/security/super/default.nix b/pkgs/tools/security/super/default.nix
index c88efb23531b..45c8f00dccfe 100644
--- a/pkgs/tools/security/super/default.nix
+++ b/pkgs/tools/security/super/default.nix
@@ -31,5 +31,5 @@ stdenv.mkDerivation rec {
in /etc/super.tab); and 2) “setuid”, which allows root to
execute a command under a different uid.
'';
- };
+ };
}