diff os2/dw.c @ 1796:7f549994b633

Fixed tabs put in by TextMate 2... had to figure out how turn on soft tabs.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 25 Sep 2012 03:06:45 +0000
parents 9304241b7b33
children 68e37fee2b05
line wrap: on
line diff
--- a/os2/dw.c	Mon Sep 24 23:24:25 2012 +0000
+++ b/os2/dw.c	Tue Sep 25 03:06:45 2012 +0000
@@ -11902,7 +11902,7 @@
  */
 void API dw_window_set_focus(HWND handle)
 {
-	WinSetFocus(HWND_DESKTOP, handle);
+    WinSetFocus(HWND_DESKTOP, handle);
 }
 
 /*