]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/clipbrd.cpp
Several changes and updates
[wxWidgets.git] / src / os2 / clipbrd.cpp
index 3fe9ebfb72bd1051ee93be1ef95df8aac44dea26..56af0a420b3ab58976b5df6c1c34bfc339ce30cb 100644 (file)
@@ -154,7 +154,7 @@ void wxClipboard::SetClipboardClient(wxClipboardClient *client, long time)
       got_selection = wxCloseClipboard();
   } else
     got_selection = FALSE;
-  
+
   got_selection = FALSE; // Assume another process takes over
 
   if (!got_selection) {
@@ -225,7 +225,7 @@ char *wxClipboard::GetClipboardData(char *format, long *length, long time)
       return NULL;
   } else {
     if (wxOpenClipboard()) {
-      receivedString = (char *)wxGetClipboardData(FormatStringToID(format), 
+      receivedString = (char *)wxGetClipboardData(FormatStringToID(format),
                                                   length);
       wxCloseClipboard();
     } else