X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/065e208ec09e3d08d51d9604497f92f53c210f93..306608eb3c78253d5038219e99eea28da2a71a0f:/src/cocoa/brush.mm

diff --git a/src/cocoa/brush.mm b/src/cocoa/brush.mm
index 3e24adc742..4dc2963998 100644
--- a/src/cocoa/brush.mm
+++ b/src/cocoa/brush.mm
@@ -6,7 +6,7 @@
 // Created:     2003/07/03
 // RCS-ID:      $Id$
 // Copyright:   (c) 2003 David Elliott
-// Licence:   	wxWidgets licence
+// Licence:     wxWidgets licence
 /////////////////////////////////////////////////////////////////////////////
 
 #include "wx/wxprec.h"
@@ -215,4 +215,3 @@ WX_NSColor wxBrush::GetNSColor()
         return [NSColor clearColor];
     return M_BRUSHDATA->GetNSColor();
 }
-