Yet more formatting changes. Should be just about compliant with the standard.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3138 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Andrzej Kapolka
2004-10-15 03:09:46 +00:00
parent 0b0fcf9d15
commit 8ad2aefdf2
9 changed files with 97 additions and 143 deletions
@@ -1,5 +1,5 @@
//
// $Id: OrientableImageSprite.java,v 1.3 2004/10/15 00:59:53 andrzej Exp $
// $Id: OrientableImageSprite.java,v 1.4 2004/10/15 03:09:46 andrzej Exp $
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved
@@ -75,8 +75,7 @@ public class OrientableImageSprite extends ImageSprite
{
double theta;
switch(_orient)
{
switch(_orient) {
case NORTH:
default:
theta = 0.0;