nixpkgs/pkgs/development
Peter Simons a16eebd0a6 Cosmetic, no functional change intended.
This patch moves curly braces to the end of the line, i.e.

  foo = { 
    ...
  };

instead of the previously used style:

  foo = 
  { 
    ...
  };

I commit this change hoping that my contributions to this project now conform
to the rules described in maintainers/docs/coding-conventions.txt so that the
self-appointed indention sheriff of the NixOS community can finally get off my
back and rest assured knowing that all i's are dotted and all t's are crossed.

svn path=/nixpkgs/trunk/; revision=12386
2008-07-18 20:11:25 +00:00
..
compilers Improved support for building 32-bit binaries on x86_64-linux. 2008-06-27 18:26:19 +00:00
eclipse updated eclipse to version 3.3.2 -- do we really need a special nix expression for jdt in development/eclipse? 2008-03-11 13:40:27 +00:00
guile-modules/guile-lib Guile: Use `share/guile/site' as the standard Guile module location. 2008-04-09 08:15:30 +00:00
interpreters Cosmetic, no functional change intended. 2008-07-18 20:11:25 +00:00
libraries Cosmetic, no functional change intended. 2008-07-18 20:11:25 +00:00
misc darcs2 has a stable version now. This patch reflects this change 2008-04-14 19:59:26 +00:00
perl-modules Added a generator for CPAN expressions. Expressions often require manual editing, but still something.. 2008-06-02 08:21:38 +00:00
python-modules Added ViewMTN and dependency; currently ViewMTN has to be manually symlinked in corresponding directory. 2008-06-12 15:59:59 +00:00
tools Cosmetic, no functional change intended. 2008-07-18 20:11:25 +00:00