formatting cleanup src/*.c
Remove trailing spaces, and remove tabs from the files that had trailing spaces. Also, rndorcname() was using a random value to terminate a loop and was recalculating a new one each iteration.
This commit is contained in:
@@ -1694,7 +1694,7 @@ unsigned long deliverflags;
|
||||
where = (int) (otmp->owornmask & 0x7fffL); /* destination code */
|
||||
if ((where & MIGR_TO_SPECIES) == 0)
|
||||
continue;
|
||||
|
||||
|
||||
if ((mtmp->data->mflags2 & otmp->corpsenm) != 0) {
|
||||
obj_extract_self(otmp);
|
||||
otmp->owornmask = 0L;
|
||||
|
||||
Reference in New Issue
Block a user