Skip to content

Commit ed94f8e

Browse files
committed
remove trailing spaces before comments
svn path=/trunk/matplotlib/; revision=7151
1 parent 3760cf1 commit ed94f8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

release/win32/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
PYTHON = C:/Python26/python.exe
2-
SRCDIR = ${PWD} # autoconf needs this path
3-
WINSRCDIR = `${PWD}/data/mingw_path.sh ${PWD}` # distutils needs windows paths
2+
SRCDIR = ${PWD}# autoconf needs this path
3+
WINSRCDIR = `${PWD}/data/mingw_path.sh ${PWD}`# distutils needs windows paths
44
ZLIBVERSION = 1.2.3
55
PNGVERSION = 1.2.33
66
FREETYPEVERSION = 2.3.7
7-
#TCLTKVERSION = 8.4.19 # Before Python 2.6
8-
TCLTKVERSION = 8.5.7 # Python 2.6
7+
#TCLTKVERSION = 8.4.19# Before Python 2.6
8+
TCLTKVERSION = 8.5.7# Python 2.6
99
MPLVERSION = 0.98.6svn
1010

1111
## You shouldn't need to configure past this point

0 commit comments

Comments
 (0)