Skip to content

Commit bf960f5

Browse files
committed
formatting
1 parent 0094316 commit bf960f5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ext/ManifoldsGPUCUDAExt/Sphere.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@ end
5555

5656
function ManifoldsBase.project!(
5757
::PowerManifold{ℝ, <:Sphere{ℝ}, <:Tuple, ArrayPowerRepresentation},
58-
Y::CuArray{T},
59-
p::CuArray{T},
60-
X::CuArray{T},
58+
Y::CuArray{T},
59+
p::CuArray{T},
60+
X::CuArray{T},
6161
) where {T <: Real}
6262
Y .= X .- p .* sum(p .* X; dims = 1)
6363
return Y
6464
end
6565

6666
function ManifoldsBase.project!(
67-
::PowerManifold{ℝ, <:Sphere{ℝ}, <:Tuple, ArrayPowerRepresentation},
67+
::PowerManifold{ℝ, <:Sphere{ℝ}, <:Tuple, ArrayPowerRepresentation},
6868
q::CuArray{T},
6969
p::CuArray{T},
7070
) where {T <: Real}

0 commit comments

Comments
 (0)