gnu-crypto-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNU Crypto] Coding style, and out-of-date README.


From: Morgon Kanter
Subject: [GNU Crypto] Coding style, and out-of-date README.
Date: Wed, 31 May 2006 04:55:07 -0400
User-agent: KMail/1.9.1

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]