Indentation fixes; suspect indent-emp is to blame.
This commit is contained in:
parent
aa4e268d89
commit
e67dca9d29
29 changed files with 89 additions and 133 deletions
|
@ -107,9 +107,7 @@ as_add_cachepath(struct as_data *adp)
|
|||
/* And set some stuff */
|
||||
from->x = adp->from.x;
|
||||
/* Here we malloc a whole bunch of tolist pointers. */
|
||||
from->tolist = (struct as_topath **)calloc(1,
|
||||
sizeof(struct as_topath
|
||||
*) * WORLD_Y);
|
||||
from->tolist = calloc(1, sizeof(struct as_topath *) * WORLD_Y);
|
||||
/* Now, add from to the global list */
|
||||
from->next = fromhead[adp->from.y];
|
||||
fromhead[adp->from.y] = from;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue