summaryrefslogtreecommitdiff
path: root/src/common/saslprep.c
diff options
context:
space:
mode:
authorBruce Momjian2017-05-17 20:31:56 +0000
committerBruce Momjian2017-05-17 20:31:56 +0000
commita6fd7b7a5f7bf3a8aa3f3d076cf09d922c1c6dd2 (patch)
treed10454411c05d459abe06df161ab3c1156c5f477 /src/common/saslprep.c
parent8a943324780259757c77c56cfc597347d1150cdb (diff)
Post-PG 10 beta1 pgindent run
perltidy run not included.
Diffstat (limited to 'src/common/saslprep.c')
-rw-r--r--src/common/saslprep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/saslprep.c b/src/common/saslprep.c
index 7f5dc7155f..0a3585850b 100644
--- a/src/common/saslprep.c
+++ b/src/common/saslprep.c
@@ -1094,8 +1094,8 @@ pg_saslprep(const char *input, char **output)
}
/*
- * Quick check if the input is pure ASCII. An ASCII string requires
- * no further processing.
+ * Quick check if the input is pure ASCII. An ASCII string requires no
+ * further processing.
*/
if (pg_is_ascii_string(input))
{