indentation

This commit is contained in:
Enno Rehling 2008-02-04 23:39:05 +00:00
parent b7fdfc5922
commit f51e9c9de1
1 changed files with 24 additions and 25 deletions

View File

@ -531,7 +531,6 @@ free_units(void)
void
write_unit_reference(const unit * u, FILE * F)
{
assert(u==NULL || u->number>=0);
fprintf(F, "%s ", (u!=NULL && u->no!=0)?itoa36(u->no):"0");
}