From: Guillermo Rodriguez Garcia Date: Thu, 9 Mar 2000 18:34:59 +0000 (+0000) Subject: Removed a space (oh, dear, it looks like a joke X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c17e4955294e5f0d18e5023ec0eb15d90f6aff8c Removed a space (oh, dear, it looks like a joke git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/demos/life/life.cpp b/demos/life/life.cpp index 44bca3027e..7d22f091eb 100644 --- a/demos/life/life.cpp +++ b/demos/life/life.cpp @@ -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) {