Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e5ae2d

Browse files
committed
trivial: delete trailing whitespace from source code lines
(This is really an excuse to make an SVN commit to trigger the buildbot.) svn path=/trunk/matplotlib/; revision=7855
1 parent 18c62db commit 3e5ae2d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/matplotlib/backend_bases.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,18 +390,18 @@ def _draw_text_as_path(self, gc, x, y, s, prop, angle, ismath):
390390
391391
*s*
392392
text to be converted
393-
393+
394394
*usetex*
395395
If True, use matplotlib usetex mode.
396396
397397
*ismath*
398398
If True, use mathtext parser. If "TeX", use *usetex* mode.
399399
"""
400-
400+
401401
text2path = self._text2path
402402
color = gc.get_rgb()[:3]
403403
fontsize = self.points_to_pixels(prop.get_size_in_points())
404-
404+
405405
if ismath == "TeX":
406406
verts, codes = text2path.get_text_path(prop, s, ismath=False, usetex=True)
407407
else:

0 commit comments

Comments
 (0)