]> Shamusworld >> Repos - rmac/blobdiff - amode.h
More readability cleanups.
[rmac] / amode.h
diff --git a/amode.h b/amode.h
index e9419d18efc9cbbb8ba10088dce269c3ac5239db..cde089522e03108859c7a0ca25f981b174ee1e63 100644 (file)
--- a/amode.h
+++ b/amode.h
@@ -92,7 +92,7 @@ extern int a0ixsiz, a1ixsiz;
 extern TOKEN a0oexpr[], a1oexpr[];
 extern VALUE a0oexval, a1oexval;
 extern WORD a0oexattr, a1oexattr;
 extern TOKEN a0oexpr[], a1oexpr[];
 extern VALUE a0oexval, a1oexval;
 extern WORD a0oexattr, a1oexattr;
-extern SYM *a0esym, *a1esym;
+extern SYM * a0esym, * a1esym;
 
 // Mnemonic table structure
 #define MNTAB  struct _mntab
 
 // Mnemonic table structure
 #define MNTAB  struct _mntab