-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove trailing whitespace everywhere
- Loading branch information
1 parent
e9dddf0
commit 12068b7
Showing
111 changed files
with
1,285 additions
and
1,285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ defaults: | |
run: | ||
shell: bash | ||
|
||
env: | ||
env: | ||
HOMEBREW_NO_AUTO_UPDATE: 1 | ||
|
||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
yt is a group effort. | ||
|
||
Contributors: | ||
Contributors: | ||
Tom Abel ([email protected]) | ||
Gabriel Altay ([email protected]) | ||
Kenza Arraki ([email protected]) | ||
|
@@ -128,7 +128,7 @@ Contributors: | |
John ZuHone ([email protected]) | ||
|
||
The PasteBin interface code (as well as the PasteBin itself) | ||
was written by the Pocoo collective (pocoo.org). | ||
developed by Oliver Hahn. | ||
was written by the Pocoo collective (pocoo.org). | ||
developed by Oliver Hahn. | ||
|
||
Thanks to everyone for all your contributions! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
# If you would like to customize the yt installation, then please edit | ||
# the following options. | ||
|
||
# If you do not have a working compiler environment, use the following | ||
# If you do not have a working compiler environment, use the following | ||
# configuration: | ||
|
||
INST_YT_SOURCE=0 # Should yt itself be installed from source? | ||
|
@@ -533,7 +533,7 @@ if [ $INST_YT_SOURCE -eq 1 ] | |
then | ||
log_cmd ${GIT_EXE} clone https://github.com/yt-project/yt_conda ${DEST_DIR}/src/yt_conda | ||
fi | ||
|
||
if [ $INST_EMBREE -eq 1 ] | ||
then | ||
echo "Installing Embree" | ||
|
@@ -553,7 +553,7 @@ then | |
else | ||
ln -s ${DEST_DIR}/lib/libembree.so.2 ${DEST_DIR}/lib/libembree.so | ||
fi | ||
|
||
echo "Installing pyembree from source" | ||
( ${GETFILE} "$PYEMBREE_URL" 2>&1 ) 1>> ${LOG_FILE} || do_exit | ||
log_cmd unzip ${DEST_DIR}/src/master.zip | ||
|
@@ -625,7 +625,7 @@ echo | |
echo " https://mail.python.org/archives/list/[email protected]/" | ||
echo | ||
echo "You must now prepend the following folder to your PATH environment variable:" | ||
echo | ||
echo | ||
echo " $DEST_DIR/bin" | ||
echo | ||
echo "On Bash-style shells you can copy/paste the following command to " | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.