]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
Various fixes for wxFilename.
[wxWidgets.git] / src / common / appcmn.cpp
index b01cdd229c74331915ea13c555bb99395c8eb0ef..18d3dcafff3abb6e72ccf80e3e324fe2501aa150 100644 (file)
@@ -63,14 +63,14 @@ void wxAppBase::ProcessPendingEvents()
         delete node;
 
         // In ProcessPendingEvents(), new handlers might be add
-       // and we can safely leave the critical section here.
+        // and we can safely leave the critical section here.
         wxLEAVE_CRIT_SECT( *wxPendingEventsLocker );
         handler->ProcessPendingEvents();
         wxENTER_CRIT_SECT( *wxPendingEventsLocker );
 
         node = wxPendingEvents->First();
     }
-    
+
     wxLEAVE_CRIT_SECT( *wxPendingEventsLocker );
 }