changeset 1690:0f4bbb78f149

Ugg this stupid editor keeps adding tabs!
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 30 Apr 2012 17:16:19 +0000
parents 3fb7002e4de6
children 0bf394615372
files os2/dw.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/os2/dw.c	Mon Apr 30 17:13:16 2012 +0000
+++ b/os2/dw.c	Mon Apr 30 17:16:19 2012 +0000
@@ -4058,10 +4058,10 @@
    if(newthread)
    {
       dwhab = WinInitialize(0);
-	  dwhmq = WinCreateMsgQueue(dwhab, 0);
+      dwhmq = WinCreateMsgQueue(dwhab, 0);
 #ifdef UNICODE
       /* Set the codepage to 1208 (UTF-8) */
-	  WinSetCp(dwhmq, 1208);
+      WinSetCp(dwhmq, 1208);
 #endif
    }
 
@@ -4622,9 +4622,9 @@
             strcpy(buf, currfont);
             strcpy(fd.fAttrs.szFacename, currfont);
         }
-	}
+    }
 #ifdef UNICODE
-	fd.fAttrs.usCodePage = 1208;
+    fd.fAttrs.usCodePage = 1208;
 #endif
     fd.fAttrs.usRecordLength = sizeof(FATTRS);