fix formatting

This commit is contained in:
Eric House 2013-10-23 06:18:43 -07:00
parent 3af3e4052f
commit 001445435b

View file

@ -91,7 +91,8 @@ public class GameLock {
long sleptTime = 0;
if ( XWApp.DEBUG_LOCKS ) {
DbgUtils.logf( "lock %H (rowid:%d, maxMillis=%d)", this, m_rowid, maxMillis );
DbgUtils.logf( "lock %H (rowid:%d, maxMillis=%d)", this, m_rowid,
maxMillis );
}
for ( ; ; ) {