From 70cd1619590e6bbb6d512e3973b70a5de9b6faef Mon Sep 17 00:00:00 2001 From: visa Date: Thu, 7 Oct 2021 12:32:10 +0000 Subject: [PATCH] Use tabs instead of spaces. --- sys/arch/mips64/include/reg.h | 4 ++-- 1 file 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 struct reg { - register_t r_regs[NREGS]; /* numbered as above */ + register_t r_regs[NREGS]; /* numbered as above */ }; #endif /* !_MIPS64_REG_H_ */ -- 2.20.1