summaryrefslogtreecommitdiff
path: root/Programs
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-09-14 09:38:36 +0300
committerGitHub <noreply@github.com>2017-09-14 09:38:36 +0300
commit13ad3b7a82bf56d803fbe48ee5df6c4b08986c78 (patch)
tree5704d2735779297fbba0e99ae333ff1a4f928513 /Programs
parent312ffead1eb272535e021e248b5d74ab04b2e72e (diff)
downloadcpython-git-13ad3b7a82bf56d803fbe48ee5df6c4b08986c78.tar.gz
bpo-31462: Remove trailing whitespaces. (#3564)
Diffstat (limited to 'Programs')
-rw-r--r--Programs/_testembed.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Programs/_testembed.c b/Programs/_testembed.c
index 94a3c3d9c8..e68e68de32 100644
--- a/Programs/_testembed.c
+++ b/Programs/_testembed.c
@@ -127,7 +127,7 @@ static int test_forced_io_encoding(void)
/* *********************************************************
* List of test cases and the function that implements it.
- *
+ *
* Names are compared case-sensitively with the first
* argument. If no match is found, or no first argument was
* provided, the names of all test cases are printed and
@@ -135,7 +135,7 @@ static int test_forced_io_encoding(void)
*
* The int returned from test functions is used as the exit
* code, and test_capi treats all non-zero exit codes as a
- * failed test.
+ * failed test.
*********************************************************/
struct TestCase
{