Skip to content

Commit 8fc2771

Browse files
committed
STY: correct for tailing spaces and newline at end of file
1 parent 373bddd commit 8fc2771

26 files changed

+35
-35
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
* The person who accepts/merges your PR will include an update to the CHANGES file: prefix: description (URL of pull request)
1717
* Run `make check-before-commit` before submitting the PR.
1818
This will require you to either install or be in developer mode with: `python setup.py install/develop`.
19-
* In general, do not catch exceptions without good reason.
20-
* catching non-fatal exceptions.
19+
* In general, do not catch exceptions without good reason.
20+
* catching non-fatal exceptions.
2121
Log the exception as a warning.
2222
* adding more information about what may have caused the error.
2323
Raise a new exception using ``raise_from(NewException("message"), oldException)`` from ``future``.

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ coverage:
2525
ignore: # files and folders that will be removed during processing
2626
- "nipype/external/*"
2727
- "tools/*"
28-
- "doc/*"
28+
- "doc/*"

doc/_static/nipype.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ div.doc2.container ul{
5757

5858
div.doc2 .reference.internal{
5959
font-size: 14px;
60-
}
60+
}

doc/devel/gitwash/git_links.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
and name substitutions. It may be included in many files,
33
therefore it should only contain link targets and name
44
substitutions. Try grepping for "^\.\. _" to find plausible
5-
candidates for this list.
5+
candidates for this list.
66
77
.. NOTE: reST targets are
88
__not_case_sensitive__, so only one target definition is needed for
@@ -42,7 +42,7 @@
4242
.. _git config: http://www.kernel.org/pub/software/scm/git/docs/git-config.html
4343
.. _why the -a flag?: http://www.gitready.com/beginner/2009/01/18/the-staging-area.html
4444
.. _git staging area: http://www.gitready.com/beginner/2009/01/18/the-staging-area.html
45-
.. _tangled working copy problem: http://tomayko.com/writings/the-thing-about-git
45+
.. _tangled working copy problem: http://tomayko.com/writings/the-thing-about-git
4646
.. _git management: http://kerneltrap.org/Linux/Git_Management
4747
.. _linux git workflow: http://www.mail-archive.com/[email protected]/msg39091.html
4848
.. _git parable: http://tom.preston-werner.com/2009/05/19/the-git-parable.html

doc/searchresults.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ Search results
170170
.gsc-resultsHeader {
171171
clear: none;
172172
}
173-
</style>
173+
</style>

doc/users/aws.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ s3://mybucket/path/to/output/dir/sub001/motion/realigned_file1.nii.gz
9999

100100
Using S3DataGrabber
101101
======================
102-
Coming soon...
102+
Coming soon...

doc/users/config_file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Resource Monitor
170170
Indicates where the summary file collecting all profiling information from the
171171
resource monitor should be stored after execution of a workflow.
172172
The ``summary_file`` does not apply to interfaces run independently.
173-
(unset by default, in which case the summary file will be written out to
173+
(unset by default, in which case the summary file will be written out to
174174
``<base_dir>/resource_monitor.json`` of the top-level workflow).
175175

176176
*summary_append*

doc/users/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ Developers should start `here <../devel/testing_nipype.html>`_.
117117

118118
Developers can also use this docker container: `docker pull nipype/nipype:master`
119119

120-
.. include:: ../links_names.txt
120+
.. include:: ../links_names.txt

doc/users/plugins.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ Optional arguments::
8282
exceed the total amount of resources available (memory and threads), when
8383
``False`` (default), only a warning will be issued.
8484

85-
maxtasksperchild : number of nodes to run on each process before refreshing
85+
maxtasksperchild : number of nodes to run on each process before refreshing
8686
the worker (default: 10).
87-
87+
8888

8989
To distribute processing on a multicore machine, simply call::
9090

doc/users/sphinx_ext.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ and simplify the generation process.
1111

1212
.. automodule:: nipype.sphinxext.plot_workflow
1313
:undoc-members:
14-
:noindex:
14+
:noindex:

0 commit comments

Comments
 (0)