Fix long lines. No functional changes.
This commit is contained in:
parent
ba2c537ce5
commit
4836f6c543
29 changed files with 141 additions and 79 deletions
|
@ -117,7 +117,8 @@ printdiff(struct natstr *plnatp, struct natstr *natp, int what)
|
|||
int tolerance;
|
||||
|
||||
if (ours
|
||||
&& plnatp->nat_stat >= STAT_ACTIVE && natp->nat_stat >= STAT_ACTIVE) {
|
||||
&& plnatp->nat_stat >= STAT_ACTIVE
|
||||
&& natp->nat_stat >= STAT_ACTIVE) {
|
||||
theirs = natp->nat_level[what];
|
||||
if ((shift = MIN((int)theirs, (int)ours) - 100) > 0) {
|
||||
ours -= shift;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue