]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed a space (oh, dear, it looks like a joke
authorGuillermo Rodriguez Garcia <guille@iies.es>
Thu, 9 Mar 2000 18:34:59 +0000 (18:34 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Thu, 9 Mar 2000 18:34:59 +0000 (18:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

demos/life/life.cpp

index 44bca3027ec8752ff13a55c7a42b335b469711a9..7d22f091ebd2e62d427dab029b0a2be1a014ee0c 100644 (file)
@@ -980,7 +980,7 @@ void LifeCanvas::OnScroll(wxScrollWinEvent& event)
         }
     }
 
-#if defined (__WXGTK__) || defined(__WXMOTIF__) // what about Motif?
+#if defined(__WXGTK__) || defined(__WXMOTIF__) // what about Motif?
     // wxGTK updates the thumb automatically (wxMSW doesn't); reset it back
     if (type != wxEVT_SCROLLWIN_THUMBTRACK)
     {