Skip to content

Commit

Permalink
Added some whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 27, 2003
1 parent 3ff32c3 commit 1402258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/Src/p_polyob.c
Expand Up @@ -273,7 +273,7 @@ boolean PO_RotatePolyobj(int num, angle_t angle)
{
Con_Error("PO_RotatePolyobj: Invalid polyobj number: %d\n", num);
}
an = (po->angle+angle)>>ANGLETOFINESHIFT;
an = (po->angle + angle) >> ANGLETOFINESHIFT;

PO_UnLinkPolyobj(po);

Expand Down

0 comments on commit 1402258

Please sign in to comment.