|
Message-ID: <d99d68cfe46a96fa0d351884b69f99ce@smtp.hushmail.com> Date: Sun, 05 Apr 2015 12:08:33 +0200 From: magnum <john.magnum@...hmail.com> To: john-dev@...ts.openwall.com Subject: Re: Coding Style On 2015-04-05 06:46, Kai Zhao wrote: >> Unfortunately a lot of the code deviate from our coding style. > > Yes, I have found some functions which put the opening brace of a function > body on the same line. Such as below: What we might want to do is one or a few pure whitespace commits. That is, fix issues like the above, tab/space errors, trailing whitespace and missing final newlines and make NO other changes in the same commit. When shown with eg. "git show -w" or "diff -w" the commit should be empty. magnum
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.