Remove trailing spaces

This commit is contained in:
Kovid Goyal 2019-02-27 08:40:54 +05:30
parent 7a99290a14
commit 7a6fbdac2c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
33 changed files with 5850 additions and 5851 deletions

View File

@ -43,4 +43,3 @@ pdf::podofo_convert_pystring_single_byte(PyObject *py) {
if (ans == NULL) PyErr_NoMemory(); if (ans == NULL) PyErr_NoMemory();
return ans; return ans;
} }