Break long lines more tastefully
This commit is contained in:
parent
373651359e
commit
7465574195
28 changed files with 69 additions and 92 deletions
|
@ -106,8 +106,7 @@ ltend(void)
|
|||
continue;
|
||||
ontarget = target.lnd_item[ip->i_uid];
|
||||
if (ontarget == 0 && amt < 0) {
|
||||
pr("No %s on %s\n",
|
||||
ip->i_name, prland(&target));
|
||||
pr("No %s on %s\n", ip->i_name, prland(&target));
|
||||
continue;
|
||||
}
|
||||
lbase = &lchr[(int)target.lnd_type];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue