commit | 009b811d678f36cf63be4fe26f3fbaa38aa0078e | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Mar 18 21:53:15 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Mar 18 21:53:15 2015 +0200 |
tree | a24ddae0e641ac1bce8a5b33526bd05bd04d264c | |
parent | 6c32585f677b71eb1206852d24f077f602780c85 [diff] [blame] |
Removed unintentional trailing spaces in non-external and non-generated C files.
diff --git a/Modules/parsermodule.c b/Modules/parsermodule.c index 36e9893..56ee445 100644 --- a/Modules/parsermodule.c +++ b/Modules/parsermodule.c
@@ -2788,7 +2788,7 @@ int nch = NCH(tree); int res = (validate_ntype(tree, argument) && ((nch == 1) || (nch == 2) || (nch == 3))); - if (res) + if (res) res = validate_test(CHILD(tree, 0)); if (res && (nch == 2)) res = validate_comp_for(CHILD(tree, 1));