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 15:11:43 +0800
From: Kai Zhao <loverszhao@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: Coding Style

Hi all,

Do we need add a blank line after declarations ?

void function(void)
{
        unsigned char master[32];

        sevenzip_kdf((unsigned char*)saved_key[index], master);
}

Most of core codes have a blank line after declarations.
Some of jumbo codes don't.

Thanks,

Kai

Content of type "text/html" skipped

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.