Author: jcorvel
Date: Fri Sep 21 00:51:04 2018
New Revision: 1841525
URL: http://svn.apache.org/viewvc?rev=1841525&view=rev
Log:
* build/generator/gen_win_dependencies.py
(_find_jdk): Fix indentation of comments (tabs -> spaces).
Modified:
subversion/trunk/build/generator/gen_win_dependencies.py
Modified: subversion/trunk/build/generator/gen_win_dependencies.py
URL:
http://svn.apache.org/viewvc/subversion/trunk/build/generator/gen_win_dependencies.py?rev=1841525&r1=1841524&r2=1841525&view=diff
==============================================================================
--- subversion/trunk/build/generator/gen_win_dependencies.py (original)
+++ subversion/trunk/build/generator/gen_win_dependencies.py Fri Sep 21
00:51:04 2018
@@ -1067,9 +1067,9 @@ class GenDependenciesBase(gen_base.Gener
return
try:
- # Apparently a 1.8 javac writes its version output to stderr, while
- # a 1.10 javac writes it to stdout. To catch them all, we redirect
- # stderr to stdout.
+ # Apparently a 1.8 javac writes its version output to stderr, while
+ # a 1.10 javac writes it to stdout. To catch them all, we redirect
+ # stderr to stdout.
outfp = subprocess.Popen([os.path.join(jdk_path, 'bin', 'javac.exe'),
'-version'], stdout=subprocess.PIPE,
stderr=subprocess.STDOUT).stdout