-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not use else
after return
.
#78
Conversation
Reviewed 31 of 31 files at r1. Comments from Reviewable |
2250f63
to
79d6cc1
Compare
Reviewed 1 of 31 files at r1, 23 of 23 files at r2. toxcore/DHT.c, line 2507 [r2] (raw file):
Move the comment one line lower? toxcore/net_crypto.c, line 1396 [r2] (raw file):
I think that toxcore/net_crypto.c, line 1543 [r2] (raw file):
That's interesting. Looks like some logic error with that unnecessary Comments from Reviewable |
Reviewed 7 of 31 files at r1. Comments from Reviewable |
Review status: all files reviewed at latest revision, 3 unresolved discussions. toxcore/DHT.c, line 2507 [r2] (raw file):
|
c475aba
to
a9e5861
Compare
Reviewed 2 of 2 files at r3. toxcore/net_crypto.c, line 1396 [r2] (raw file):
|
a9e5861
to
a9fbdaf
Compare
Review status: 29 of 31 files reviewed at latest revision, 2 unresolved discussions. toxcore/net_crypto.c, line 1396 [r2] (raw file):
|
Reviewed 2 of 2 files at r4. Comments from Reviewable |
http://llvm.org/docs/CodingStandards.html#use-early-exits-and-continue-to-simplify-code
This change is