|
Message-ID: <CABtNtWFUOH_PMutWBrzQFdwaB25fPo7pYUfPbPNMPcZgONht=Q@mail.gmail.com>
Date: Sat, 25 Jul 2015 23:06:40 +0800
From: Kai Zhao <loverszhao@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: Coding Style
Hi Frank,
Thanks for your carefully reminding. I think you and magnum have the
same idea, while magnum may not notice there is a redundant space
before else if() and else.
magnum:
if (x == y) {
...
}
else if (x > y) {
...
}
else {
....
}
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.