From 88ebfb5bc69ddeb52f56f2ca8787482a3bd78dee Mon Sep 17 00:00:00 2001 From: "reggie@linux.site" <> Date: Tue, 9 Aug 2005 07:57:39 -0600 Subject: [PATCH] removing trailing spaces --- server-tools/instance-manager/user_map.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server-tools/instance-manager/user_map.cc b/server-tools/instance-manager/user_map.cc index 7fce2f75e28..4e47127bba1 100644 --- a/server-tools/instance-manager/user_map.cc +++ b/server-tools/instance-manager/user_map.cc @@ -59,9 +59,9 @@ int User::init(const char *line) if (user_length > USERNAME_LENGTH) goto err; - /* - assume that newline characater is present - we support reading password files that end in \n or \r\n on + /* + assume that newline characater is present + we support reading password files that end in \n or \r\n on either platform. */ if (password[strlen(password)-2] == '\r')