vlp-10 using coding style in depend.h
authorRafał Długołęcki <kontakt@dlugolecki.net.pl>
Sun, 21 Jul 2013 21:29:52 +0000 (23:29 +0200)
committerRafał Długołęcki <kontakt@dlugolecki.net.pl>
Sun, 21 Jul 2013 21:29:52 +0000 (23:29 +0200)
src/int/depend.h

index e6a7b723773d8ec866f669db29af63b250f10c10..5224e5f3396a7519fe8e750094b9fd062530e840 100644 (file)
@@ -59,11 +59,12 @@ or             Andrzej Salwicki
 
 
 typedef struct {
-                char opcode;
-                char args[ 3 ];
-               } extopcode;
+       char opcode;
+       char args[3];
+} extopcode;
 
-typedef char *lword;   /* max(word, char *) but in every case was char* */
+/* max(word, char *) but in every case was char* */
+typedef char *lword;
 
 #define BINARYREAD     "rb"
 #define BINARYWRITE    "wb"
@@ -122,7 +123,7 @@ extern char huge *halloc();
 
 #define INCL_DOSINFOSEG
 
-#include <os2.h>        
+#include <os2.h>
 
 #elif MSDOS && TURBOC