Break lines more tastefully.

This commit is contained in:
Markus Armbruster 2006-05-14 07:52:20 +00:00
parent fcc0162188
commit 5b4b3a13cb
40 changed files with 220 additions and 229 deletions

View file

@ -192,8 +192,9 @@ assemble_dist_paths(struct distinfo *distptrs)
/* now, get the dist sector */
dist = getsectp(sp->sct_dist_x, sp->sct_dist_y);
if (dist == NULL) {
logerror("Bad dist sect %d,%d for %d,%d !\n", sp->sct_dist_x,
sp->sct_dist_y, sp->sct_x, sp->sct_y);
logerror("Bad dist sect %d,%d for %d,%d !\n",
sp->sct_dist_x, sp->sct_dist_y,
sp->sct_x, sp->sct_y);
continue;
}
/* Now, get the best distribution path over roads */