remove trailing whitespaces

This commit is contained in:
yueh
2015-02-03 12:04:13 +01:00
parent ef3cb0a455
commit b18addbf37
303 changed files with 1526 additions and 1526 deletions
+2 -2
View File
@@ -87,7 +87,7 @@ public class TickManagerCache implements ITickManager
// remove tt..
this.upcomingTicks.poll();
TickRateModulation mod = tt.gt.tickingRequest( tt.node, diff );
switch (mod)
{
case FASTER:
@@ -110,7 +110,7 @@ public class TickManagerCache implements ITickManager
default:
break;
}
if ( this.awake.containsKey( tt.node ) )
this.addToQueue( tt );
}