Commit 88ebfb5b authored by reggie@linux.site's avatar reggie@linux.site

removing trailing spaces

parent 850f53bb
...@@ -59,9 +59,9 @@ int User::init(const char *line) ...@@ -59,9 +59,9 @@ int User::init(const char *line)
if (user_length > USERNAME_LENGTH) if (user_length > USERNAME_LENGTH)
goto err; goto err;
/* /*
assume that newline characater is present assume that newline characater is present
we support reading password files that end in \n or \r\n on we support reading password files that end in \n or \r\n on
either platform. either platform.
*/ */
if (password[strlen(password)-2] == '\r') if (password[strlen(password)-2] == '\r')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment