Minor whitespace cleanup

+4 -5
-1
pkgs/applications/misc/lxappearance/default.nix
··· 15 15 homepage = "http://lxappearance.sourceforce.net/"; 16 16 }; 17 17 } 18 -
+4 -4
pkgs/applications/networking/davmail/default.nix
··· 4 4 name = "davmail-4.4.1"; 5 5 src = fetchurl { 6 6 url = "http://downloads.sourceforge.net/project/davmail/davmail/4.4.1/davmail-linux-x86_64-4.4.1-2225.tgz"; 7 - sha256 = "66c7ae23c0242860cca1576e5fc29343431789a821f7623e420b91ba91e480a9"; 7 + sha256 = "66c7ae23c0242860cca1576e5fc29343431789a821f7623e420b91ba91e480a9"; 8 8 }; 9 9 10 10 buildInputs = [ makeWrapper ]; ··· 12 12 meta = { 13 13 description = "A Java application which presents a Microsoft Exchange server as local CALDAV, IMAP and SMTP servers"; 14 14 maintainers = [ stdenv.lib.maintainers.hinton ]; 15 - platforms = stdenv.lib.platforms.all; 16 - homepage = "http://davmail.sourceforce.net/"; 17 - license = stdenv.lib.licenses.gpl2; 15 + platforms = stdenv.lib.platforms.all; 16 + homepage = "http://davmail.sourceforce.net/"; 17 + license = stdenv.lib.licenses.gpl2; 18 18 }; 19 19 20 20 installPhase = ''