No real changes, just minor cleanup of wxImage code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Nov 2010 01:20:44 +0000 (01:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Nov 2010 01:20:44 +0000 (01:20 +0000)
commit5d4510dc48b2dffad281ab0b2ca873b50e2a0d19
treebab0f678d595d7b83d1ddc7765b705581751eb95
parent0fe7cd1da4950b768fe7c513a97ffa001fd932e4
No real changes, just minor cleanup of wxImage code.

Make more local variables const. Use consistent spacing. Don't use needless
comparison with NULL. Don't avoid not using double negation.

See #12682.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/image.cpp