From ec0c5f697a6fd0f12b47cc30898394b53dd0dcbf Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Thu, 30 Jan 1997 11:05:57 +0000 Subject: [PATCH] Change space to tab. Pointed out by: bde (this is only one of the four, though) --- sys/sys/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/types.h b/sys/sys/types.h index 302631df833a..ce9495adb8c4 100644 --- a/sys/sys/types.h +++ b/sys/sys/types.h @@ -74,7 +74,7 @@ typedef int32_t segsz_t; /* segment size */ typedef int32_t swblk_t; /* swap offset */ typedef u_int32_t uid_t; /* user id */ -typedef quad_t rlim_t; /* resource limits */ +typedef quad_t rlim_t; /* resource limits */ #ifdef KERNEL typedef int boolean_t;