aboutsummaryrefslogtreecommitdiff
path: root/python/docs/make.bat
diff options
context:
space:
mode:
authorKousuke Saruta <sarutak@oss.nttdata.co.jp>2014-10-31 12:39:52 -0700
committerJosh Rosen <joshrosen@databricks.com>2014-10-31 12:39:52 -0700
commit55ab77707891408e635843cf80079747625bd28e (patch)
treee20da14de1bbce20714f33b298ace1272a747946 /python/docs/make.bat
parentf1e7361f66fc24ae79bf48cc25f7fe395b016285 (diff)
downloadspark-55ab77707891408e635843cf80079747625bd28e.tar.gz
spark-55ab77707891408e635843cf80079747625bd28e.tar.bz2
spark-55ab77707891408e635843cf80079747625bd28e.zip
[SPARK-3870] EOL character enforcement
We have shell scripts and Windows batch files, so we should enforce proper EOL character. Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp> Closes #2726 from sarutak/eol-enforcement and squashes the following commits: 9748c3f [Kousuke Saruta] Fixed make.bat 252de89 [Kousuke Saruta] Removed extra characters from make.bat 5b81c00 [Kousuke Saruta] Merge branch 'master' of git://git.apache.org/spark into eol-enforcement 8633ed2 [Kousuke Saruta] merge branch 'master' of git://git.apache.org/spark into eol-enforcement 5d630d8 [Kousuke Saruta] Merged ba10797 [Kousuke Saruta] Merge branch 'master' of git://git.apache.org/spark into eol-enforcement 7407515 [Kousuke Saruta] Merge branch 'master' of git://git.apache.org/spark into eol-enforcement 772fd4e [Kousuke Saruta] Normized EOL character in make.bat and compute-classpath.cmd ac7f873 [Kousuke Saruta] Added an entry for .gitattributes to .rat-excludes 1570e77 [Kousuke Saruta] Added .gitattributes
Diffstat (limited to 'python/docs/make.bat')
-rw-r--r--python/docs/make.bat12
1 files changed, 6 insertions, 6 deletions
diff --git a/python/docs/make.bat b/python/docs/make.bat
index c011e82b4a..cc29acdc19 100644
--- a/python/docs/make.bat
+++ b/python/docs/make.bat
@@ -1,6 +1,6 @@
-@ECHO OFF
-
-rem This is the entry point for running Sphinx documentation. To avoid polluting the
-rem environment, it just launches a new cmd to do the real work.
-
-cmd /V /E /C %~dp0make2.bat %*
+@ECHO OFF
+
+rem This is the entry point for running Sphinx documentation. To avoid polluting the
+rem environment, it just launches a new cmd to do the real work.
+
+cmd /V /E /C %~dp0make2.bat %*