[OS/2] no bug, fix irritating indent of debug printf
git-svn-id: svn://10.0.0.236/trunk@232974 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3fa30b8d32
commit
c9aa6fe221
@ -1525,7 +1525,8 @@ NS_METHOD nsWindow::Resize(PRInt32 aX,
|
||||
Invalidate(PR_FALSE);
|
||||
|
||||
#if DEBUG_sobotka
|
||||
printf("+++++++++++Resized 0x%lx at %ld, %ld to %d x %d (%d,%d)\n", mWnd, ptl.x, ptl.y, w, h, aX, aY);
|
||||
printf("+++++++++++Resized 0x%lx at %ld, %ld to %d x %d (%d,%d)\n",
|
||||
mWnd, ptl.x, ptl.y, w, h, aX, aY);
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user