Change space to tab.

Pointed out by:	bde (this is only one of the four, though)
This commit is contained in:
Satoshi Asami 1997-01-30 11:05:57 +00:00
parent da2c67c4aa
commit ec0c5f697a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22121

View File

@ -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;