linux-user/alpha: Remove hardcoded tabs (code style)

We are going to move this code, fix its style first.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210704183755.655002-7-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
Philippe Mathieu-Daudé 2021-07-04 20:37:49 +02:00 committed by Laurent Vivier
parent bc3359f739
commit 04b853935f

View file

@ -112,7 +112,7 @@ struct target_pt_regs {
#define TARGET_EHOSTUNREACH 65 #define TARGET_EHOSTUNREACH 65
#undef TARGET_ENOTEMPTY #undef TARGET_ENOTEMPTY
#define TARGET_ENOTEMPTY 66 #define TARGET_ENOTEMPTY 66
// Unused 67 /* Unused 67 */
#undef TARGET_EUSERS #undef TARGET_EUSERS
#define TARGET_EUSERS 68 #define TARGET_EUSERS 68
#undef TARGET_EDQUOT #undef TARGET_EDQUOT
@ -121,12 +121,12 @@ struct target_pt_regs {
#define TARGET_ESTALE 70 #define TARGET_ESTALE 70
#undef TARGET_EREMOTE #undef TARGET_EREMOTE
#define TARGET_EREMOTE 71 #define TARGET_EREMOTE 71
// Unused 72-76 /* Unused 72-76 */
#undef TARGET_ENOLCK #undef TARGET_ENOLCK
#define TARGET_ENOLCK 77 #define TARGET_ENOLCK 77
#undef TARGET_ENOSYS #undef TARGET_ENOSYS
#define TARGET_ENOSYS 78 #define TARGET_ENOSYS 78
// Unused 79 /* Unused 79 */
#undef TARGET_ENOMSG #undef TARGET_ENOMSG
#define TARGET_ENOMSG 80 #define TARGET_ENOMSG 80
#undef TARGET_EIDRM #undef TARGET_EIDRM
@ -173,7 +173,7 @@ struct target_pt_regs {
#define TARGET_EBADRQC 101 #define TARGET_EBADRQC 101
#undef TARGET_EBADSLT #undef TARGET_EBADSLT
#define TARGET_EBADSLT 102 #define TARGET_EBADSLT 102
// Unused 103 /* Unused 103 */
#undef TARGET_EBFONT #undef TARGET_EBFONT
#define TARGET_EBFONT 104 #define TARGET_EBFONT 104
#undef TARGET_ENONET #undef TARGET_ENONET
@ -200,9 +200,7 @@ struct target_pt_regs {
#define TARGET_EREMCHG 115 #define TARGET_EREMCHG 115
#undef TARGET_EILSEQ #undef TARGET_EILSEQ
#define TARGET_EILSEQ 116 #define TARGET_EILSEQ 116
/* Same as default 117-121 */
// Same as default 117-121
#undef TARGET_ELIBACC #undef TARGET_ELIBACC
#define TARGET_ELIBACC 122 #define TARGET_ELIBACC 122
#undef TARGET_ELIBBAD #undef TARGET_ELIBBAD