It's me again. Still working on implementing more block ciphers, but 
there's an interesting issue in the preferred coding style. While the 
3-space spaces-only indent is carried throughout, I've noticed two 
different styles for method openers throughout the code.

The first:
   void
   something(arguments here) {

The second:
   void something(arguments here) {

Which one of these is the preferred? I noticed in the README something 
about style guidelines but the links given 404, probably due to the 
move from the classpathx project to our own project. The home page in 
the README is also wrong, it still points to the classpathx page.

All files referenced are from the latest CVS.

-- Morgon


_______________________________________________
gnu-crypto-discuss mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnu-crypto-discuss

Reply via email to