summaryrefslogtreecommitdiff
path: root/src/pcre2_xclass.c
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-10-20 17:28:49 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-10-20 17:28:49 +0000
commitb0d8dbd60fdbfcee7aac8cf5f8fc0fbb46376734 (patch)
treebc77bf1329607d22d3763ad3e74c9c79039c431a /src/pcre2_xclass.c
parent566b670e83ae9562aa30b4db61c855596ff2011b (diff)
downloadpcre2-b0d8dbd60fdbfcee7aac8cf5f8fc0fbb46376734.tar.gz
Tidy a lot of files (remove trailing spaces)
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@120 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2_xclass.c')
-rw-r--r--src/pcre2_xclass.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pcre2_xclass.c b/src/pcre2_xclass.c
index 2deb428..2ea89c4 100644
--- a/src/pcre2_xclass.c
+++ b/src/pcre2_xclass.c
@@ -60,7 +60,7 @@ might contain codepoints above 255 and/or Unicode properties.
Arguments:
c the character
data points to the flag code unit of the XCLASS data
- utf TRUE if in UTF mode
+ utf TRUE if in UTF mode
Returns: TRUE if character matches, else FALSE
*/
@@ -261,7 +261,7 @@ while ((t = *data++) != XCL_END)
data += 2;
}
#else
- (void)utf; /* Avoid compiler warning */
+ (void)utf; /* Avoid compiler warning */
#endif /* SUPPORT_UNICODE */
}