mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
fix formatting
This commit is contained in:
parent
3af3e4052f
commit
001445435b
1 changed files with 2 additions and 1 deletions
|
@ -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 ( ; ; ) {
|
||||
|
|
Loading…
Reference in a new issue