Small style fixups

In this commit, I modified some files, conforming them to a
idiosyncratic standard - mainly, a template for meta attribs.
This commit is contained in:
AndersonTorres
2014-09-10 21:34:50 -03:00
parent ff1b7aa332
commit b39e5ce957
18 changed files with 88 additions and 90 deletions
@@ -1,7 +1,6 @@
{ stdenv, fetchurl
, localBios ? true, nasm ? null
, sdlSupport ? true, SDL ? null
}:
, sdlSupport ? true, SDL ? null }:
assert sdlSupport -> (SDL != null);