nixpkgs/pkgs/tools/networking/pdsh
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
..
default.nix Cosmetic, no functional change intended. 2008-07-18 20:11:25 +00:00
fix-missing-sys-types-h.patch new: pdsh is a fast and efficient parallel remote shell 2008-07-07 23:11:36 +00:00