nixpkgs/pkgs/development/tools
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
..
analysis Add Splint, a static code analyzer for C. 2008-07-11 09:13:34 +00:00
build-managers Cosmetic, no functional change intended. 2008-07-18 20:11:25 +00:00
documentation hsc2hs moved to the right place 2008-03-21 03:54:50 +00:00
guile Add G-Wrap, a binding generator for Guile. 2008-04-09 07:56:52 +00:00
haskell/uuagc uuagc 0.9.6 2008-04-09 14:26:47 +00:00
java/jclasslib * Rewrite all the SourceForge URLs to mirror://sourceforge/. 2007-08-27 13:01:33 +00:00
literate-programming/noweb * Copy a bunch of files to nix.cs.uu.nl. 2006-10-12 13:50:54 +00:00
misc Add "ddd": Graphical front-end for command-line debuggers. 2008-07-10 16:56:51 +00:00
parsing * Fix building the Fortran compiler. 2008-06-27 14:43:25 +00:00
profiling Add Sysprof, a system-wide profiler for Linux. 2008-06-07 14:02:17 +00:00
selenium/remote-control Nix-expr style review 2008-01-31 10:41:04 +00:00