summaryrefslogtreecommitdiffstats
path: root/Include/ucnhash.h
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-18 19:53:15 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-18 19:53:15 (GMT)
commit009b811d678f36cf63be4fe26f3fbaa38aa0078e (patch)
treea24ddae0e641ac1bce8a5b33526bd05bd04d264c /Include/ucnhash.h
parent6c32585f677b71eb1206852d24f077f602780c85 (diff)
downloadcpython-009b811d678f36cf63be4fe26f3fbaa38aa0078e.zip
cpython-009b811d678f36cf63be4fe26f3fbaa38aa0078e.tar.gz
cpython-009b811d678f36cf63be4fe26f3fbaa38aa0078e.tar.bz2
Removed unintentional trailing spaces in non-external and non-generated C files.
Diffstat (limited to 'Include/ucnhash.h')
-rw-r--r--Include/ucnhash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/ucnhash.h b/Include/ucnhash.h
index 8de9ba0..45362e9 100644
--- a/Include/ucnhash.h
+++ b/Include/ucnhash.h
@@ -16,7 +16,7 @@ typedef struct {
int size;
/* Get name for a given character code. Returns non-zero if
- success, zero if not. Does not set Python exceptions.
+ success, zero if not. Does not set Python exceptions.
If self is NULL, data come from the default version of the database.
If it is not NULL, it should be a unicodedata.ucd_X_Y_Z object */
int (*getname)(PyObject *self, Py_UCS4 code, char* buffer, int buflen,