Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 16 May 2013 14:49:31 +0200
From: Lukas Odzioba <lukas.odzioba@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: password generation on GPU

2013/5/16 Sayantan Datta <std2048@...il.com>:
> On Thu, May 16, 2013 at 4:38 PM, Solar Designer <solar@...nwall.com> wrote:
>>
>> Alternatively, if you have free time now, how about you put some of it
>> into improving the quality of your code already in bleeding?  Try to
>> correct things such as weird/inconsistent indentation, having too many
>> global symbols, weird naming, etc.  I'm not sure if you notice those or
>> not, though.
>
>
> I'll try to solve this. BTW is there any tutorial regarding indentation etc
> which I should try to follow.

I guess this was discussed somewhere on john-dev earlier.
This sort of works:
indent -kr -i8 -nlp -nbbo -ncs -l79 -lc79 <filename>

The common problem is that fmt_main structs are not looking good after
that, and you have to modify them manually, take at look at
encfs_fmt_plug.c as an example.
Please also avoid empty new lines after each line of code.

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.