]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/cursor.cpp
Setting eol-style property to CRLF for some project files.
[wxWidgets.git] / src / motif / cursor.cpp
index 68f66e43e29e625cdc08b9cd0e7c90737a964d28..4500e6ebc21eca1a20f0dc80df3ee8307ee255b2 100644 (file)
@@ -246,8 +246,8 @@ wxCursor::wxCursor(const char bits[], int width, int height,
     Create(bits, width, height, hotSpotX, hotSpotY, maskBits);
 }
 
-wxCursor::wxCursor(const wxString& name, wxBitmapType type, int hotSpotX,
-                  int hotSpotY )
+wxCursor::wxCursor(const wxString& name, wxBitmapType type,
+                   int hotSpotX, int hotSpotY)
 {
     // Must be an XBM file
     if (type != wxBITMAP_TYPE_XBM) {