stupid indent

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402404
This commit is contained in:
Sam Lantinga 2007-07-03 09:55:29 +00:00
parent 0247379cf4
commit 957d8bf377
4 changed files with 20 additions and 17 deletions

View file

@ -634,7 +634,7 @@ WIN_WindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
* DefWindowProc to process it.
*/
if (xbuttonval > 0) {
return(TRUE);
return (TRUE);
}
}
return (0);