Fix bad line break / whitespace. No functional changes.

This commit is contained in:
Markus Armbruster 2005-02-23 15:41:22 +00:00
parent 16407594d6
commit 7e402f062c
3 changed files with 5 additions and 6 deletions

View file

@ -58,7 +58,7 @@ static void do_mob_sect(struct sctstr *sp, int etus);
static void do_mob_ship(struct shpstr *, int);
static int
increase_mob(time_t * counter, float mult)
increase_mob(time_t *counter, float mult)
{
time_t secs;
time_t now;