]> git.saurik.com Git - wxWidgets.git/commit
No changes, just remove a level of indentation in wxHtmlTagsCache ctor.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 13 Jan 2011 14:49:44 +0000 (14:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 13 Jan 2011 14:49:44 +0000 (14:49 +0000)
commit48d8ea6d933701be6825f86ae2e3745776d9349f
tree14fc901decd18954d3a193ea41cae85671faae6a
parent2f7e8b765aa02c765ad58f49cf9ab7726fb61a90
No changes, just remove a level of indentation in wxHtmlTagsCache ctor.

Get rid of characters not starting a tag immediately in the beginning of the
loop instead of putting the entire loop body inside an if statement. This
doesn't change anything (this becomes more apparent if the patch is viewed
with "ignore white space changes" option) except making the code easier to
read and modify.

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