diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2021-10-07 12:32:11 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2021-10-07 12:32:11 +0000 |
commit | d6b99f5fadb79f0ae3cabcdb8bfbdf87ae14d71a (patch) | |
tree | abb0e4bab929d828384f179144de5afa2a7c4ef9 | |
parent | 28df9f40886f2f7afcaed49d6fb7661e26495a02 (diff) |
Use tabs instead of spaces.
-rw-r--r-- | sys/arch/mips64/include/reg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/include/reg.h b/sys/arch/mips64/include/reg.h index 576102fcc09..0ebb8c140a9 100644 --- a/sys/arch/mips64/include/reg.h +++ b/sys/arch/mips64/include/reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: reg.h,v 1.4 2021/10/07 12:31:03 visa Exp $ */ +/* $OpenBSD: reg.h,v 1.5 2021/10/07 12:32:10 visa Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -49,6 +49,6 @@ #include <machine/regnum.h> struct reg { - register_t r_regs[NREGS]; /* numbered as above */ + register_t r_regs[NREGS]; /* numbered as above */ }; #endif /* !_MIPS64_REG_H_ */ |