Whitespace nit.

This commit is contained in:
Dag-Erling Smørgrav 2004-02-17 09:59:45 +00:00
parent 8bb386f217
commit 59b7dcd3d0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125935

View File

@ -56,7 +56,7 @@ static struct users {
int u_default;
int u_min;
int u_max;
} users= { 8, 2, 512 };
} users = { 8, 2, 512 };
static char *lower(char *);
static void read_options(void);