Skip to content

Commit

Permalink
whitespace: end text files with single newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Mar 14, 2022
1 parent 529ac51 commit 3903fa5
Show file tree
Hide file tree
Showing 116 changed files with 251 additions and 117 deletions.
2 changes: 1 addition & 1 deletion .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -282,4 +282,4 @@ Daniel Karrasch <[email protected]> <[email protected]>
Daniel Karrasch <[email protected]> <[email protected]>

Roger Luo <[email protected]> <[email protected]>
Roger Luo <[email protected]> <[email protected]>
Roger Luo <[email protected]> <[email protected]>
1 change: 0 additions & 1 deletion base/missing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -463,4 +463,3 @@ macro coalesce(args...)
end
return esc(:(let val; $expr; end))
end

1 change: 0 additions & 1 deletion base/pkgid.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ function binunpack(s::String)
name = read(io, String)
return PkgId(UUID(uuid), name)
end

2 changes: 1 addition & 1 deletion base/randomdevice.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ function _make_uint_seed()
catch
return _ad_hoc_entropy() % Cuint
end
end
end
2 changes: 1 addition & 1 deletion base/ryu/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion base/ttyhascolor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ end
in(key_value::Pair{Symbol,Bool}, ::TTY) = key_value.first === :color && key_value.second === get_have_color()
haskey(::TTY, key::Symbol) = key === :color
getindex(::TTY, key::Symbol) = key === :color ? get_have_color() : throw(KeyError(key))
get(::TTY, key::Symbol, default) = key === :color ? get_have_color() : default
get(::TTY, key::Symbol, default) = key === :color ? get_have_color() : default
1 change: 0 additions & 1 deletion contrib/fixup-libgfortran.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,3 @@ for lib in libopenblas libcholmod liblapack $SONAMES; do
done
done
done

Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@
"version" : 1,
"author" : "xcode"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"version" : 1,
"author" : "xcode"
}
}
}
2 changes: 1 addition & 1 deletion contrib/mac/frameworkapp/installresources/conclusion.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ Conclusion\
\f1 \cb1 \
\pard\pardeftab720\partightenfactor0

\f2 \cf0 \cb2 ln -s INSTALL_LOCATION/Julia.framework/Helpers/julia DIR_IN_PATH/julia}
\f2 \cf0 \cb2 ln -s INSTALL_LOCATION/Julia.framework/Helpers/julia DIR_IN_PATH/julia}
2 changes: 1 addition & 1 deletion contrib/mac/frameworkapp/installresources/readme.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Readme\
\f2 \cb2 $HOME
\f1 \cb1 usually expands to
\f2 \cb2 /Users/username
\f1 \cb1 ).}
\f1 \cb1 ).}
2 changes: 1 addition & 1 deletion contrib/relative_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
# shells and whatnot during the build are all POSIX shells/cygwin. We rely on the build
# system itself to canonicalize to `\` when it needs to, and deal with the shell escaping
# and whatnot at the latest possible moment.
sys.stdout.write(os.path.relpath(sys.argv[2], sys.argv[1]).replace(os.path.sep, '/'))
sys.stdout.write(os.path.relpath(sys.argv[2], sys.argv[1]).replace(os.path.sep, '/'))
1 change: 0 additions & 1 deletion deps/gfortblas.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,3 @@ __attribute__((destructor))
static void fini(void) {
SetBLASParamErrorProc(NULL); /* restore default handler */
}

2 changes: 1 addition & 1 deletion doc/src/assets/logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion doc/src/devdocs/object.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,3 @@ objects.
0 bytes, and consist only of their metadata. e.g. `nothing::Nothing`.
See [Singleton Types](@ref man-singleton-types) and [Nothingness and missing values](@ref)
1 change: 0 additions & 1 deletion doc/src/devdocs/reflection.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,3 @@ CodeInfo(
Possible values for `debuginfo` are: `:none`, `:source`, and `:default`.
Per default debug information is not printed, but that can be changed
by setting `Base.IRShow.default_debuginfo[] = :source`.

1 change: 0 additions & 1 deletion doc/src/manual/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,4 +424,3 @@ On debug builds of Julia this is always enabled. Recommended to use with `-g 2`.
### `JULIA_LLVM_ARGS`

Arguments to be passed to the LLVM backend.

1 change: 0 additions & 1 deletion doc/src/manual/handling-operating-system-variation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ When nesting conditionals, the `@static` must be repeated for each level
```julia
@static Sys.iswindows() ? :a : (@static Sys.isapple() ? :b : :c)
```

2 changes: 1 addition & 1 deletion src/flisp/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1 change: 0 additions & 1 deletion src/flisp/profile.scm
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,3 @@
(for-each (lambda (k)
(put! *profiles* k (cons 0 (cons 0 0))))
(table.keys *profiles*)))))

1 change: 0 additions & 1 deletion src/jl_exported_funcs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -570,4 +570,3 @@
YY(LLVMExtraAddGCInvariantVerifierPass) \
YY(LLVMExtraAddDemoteFloat16Pass) \
YY(LLVMExtraAddCPUFeaturesPass) \

2 changes: 1 addition & 1 deletion src/llvm-alloc-helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,4 @@ namespace jl_alloc {
}


#endif
#endif
1 change: 0 additions & 1 deletion stdlib/Dates/test/periods.jl
Original file line number Diff line number Diff line change
Expand Up @@ -531,4 +531,3 @@ end
end

end

1 change: 0 additions & 1 deletion stdlib/LazyArtifacts/test/Artifacts.toml

This file was deleted.

Loading

0 comments on commit 3903fa5

Please sign in to comment.