For reference, the whitespace check is in the julia `Makefile` here: https://github.com/JuliaLang/julia/blob/b616c52ecdd2c4b7dc74ab809c4ed42a789d1651/Makefile#L162-L176 running [`contrib/check-whitespace.jl`](https://github.com/JuliaLang/julia/blob/b616c52ecdd2c4b7dc74ab809c4ed42a789d1651/contrib/check-whitespace.jl), called from https://github.com/JuliaLang/julia/blob/b616c52ecdd2c4b7dc74ab809c4ed42a789d1651/.github/workflows/Whitespace.yml#L23 _Originally posted by @stevengj in https://github.com/JuliaLang/LinearAlgebra.jl/issues/1615#issuecomment-4478192198_
For reference, the whitespace check is in the julia
Makefilehere: https://github.com/JuliaLang/julia/blob/b616c52ecdd2c4b7dc74ab809c4ed42a789d1651/Makefile#L162-L176 runningcontrib/check-whitespace.jl, called from https://github.com/JuliaLang/julia/blob/b616c52ecdd2c4b7dc74ab809c4ed42a789d1651/.github/workflows/Whitespace.yml#L23Originally posted by @stevengj in #1615 (comment)