From: Włodzimierz Skiba Date: Fri, 22 Jul 2005 17:08:42 +0000 (+0000) Subject: [1231183] 'cleanup: mismatched indentation' and other cleanings. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7448de8d8d697f8f208515a1fc96c88ed009dd56 [1231183] 'cleanup: mismatched indentation' and other cleanings. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/datstrm.cpp b/src/common/datstrm.cpp index b661775598..420ac79842 100644 --- a/src/common/datstrm.cpp +++ b/src/common/datstrm.cpp @@ -144,24 +144,24 @@ void wxDataInputStream::Read64(wxUint64 *buffer, size_t size) void wxDataInputStream::Read32(wxUint32 *buffer, size_t size) { - m_input->Read(buffer, size * 4); + m_input->Read(buffer, size * 4); - if (m_be_order) - { - for (wxUint32 i=0; i