Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 30 Jul 2015 09:13:36 +0200
From: Frank Dittrich <frank.dittrich@...lbox.org>
To: john-dev@...ts.openwall.com
Subject: Re: Coding Style

On 07/30/2015 09:11 AM, Kai Zhao wrote:
> Do we need add a blank line after declarations ?
> 
> void function(void)
> {
>         unsigned char master[32];
> 
>         sevenzip_kdf((unsigned char*)saved_key[index], master);
> }

I think it makes the code easier to read.

Frank

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.