diff options
author | rjung <rjung@13f79535-47bb-0310-9956-ffa450edef68> | 2013-10-03 10:40:02 +0000 |
---|---|---|
committer | rjung <rjung@13f79535-47bb-0310-9956-ffa450edef68> | 2013-10-03 10:40:02 +0000 |
commit | 46a0b287e44af31999b7421a8b4d2ab6a5905e8f (patch) | |
tree | 3f23cc3f8a5198aafe3865ccc99cdfeb96d34517 | |
parent | 6f500ff9e15b2f5b81fdd71dc2a4f345ec489eb0 (diff) | |
download | libapr-46a0b287e44af31999b7421a8b4d2ab6a5905e8f.tar.gz |
Whitespace. Sync with branches.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1528797 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | passwd/apr_getpass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passwd/apr_getpass.c b/passwd/apr_getpass.c index c12826ca2..6e4cbef3a 100644 --- a/passwd/apr_getpass.c +++ b/passwd/apr_getpass.c @@ -56,7 +56,7 @@ #endif /* Disable getpass() support when PASS_MAX is defined and is "small", - * for an arbitrary definition of "small". + * for an arbitrary definition of "small". * HP-UX truncates passwords (PR49496) so we disable getpass() for * this platform too. */ |