Skip to content

Commit 4a5c3b9

Browse files
Apply @giordano formatting suggestions from code review
Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com>
1 parent d3b359b commit 4a5c3b9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/quirks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ for f in (:acosh, :asinh, :atanh, :cbrt, :cosh, :exp2, :expm1, :log1p, :sinh, :t
8686
@device_override Base.FastMath.$f_fast(x::Float64) = $f(x)
8787
end
8888
end
89-
end
89+
end

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ macro device_functions(ex)
6666
esc(rewrite(ex))
6767
end
6868

69-
libcexit(x::Int32) = @symbolcall exit(x::Int32)::Nothing
69+
libcexit(x::Int32) = @symbolcall exit(x::Int32)::Nothing

0 commit comments

Comments
 (0)