From 4c275460cc339f1eab9958f5fb41be81137c2500 Mon Sep 17 00:00:00 2001 From: kalmar Date: Wed, 19 Jul 2017 22:19:58 +0200 Subject: [PATCH] indentation --- src/GroupRings.jl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/GroupRings.jl b/src/GroupRings.jl index 8913dd6..ad7d948 100644 --- a/src/GroupRings.jl +++ b/src/GroupRings.jl @@ -317,7 +317,10 @@ end (+)(X::GroupRingElem, Y::GroupRingElem) = add(X,Y) (-)(X::GroupRingElem, Y::GroupRingElem) = add(X,-Y) -function mul!{T}(result::AbstractVector{T}, X::AbstractVector, Y::AbstractVector, pm::Array{Int,2}) +function mul!{T}(result::AbstractVector{T}, + X::AbstractVector, + Y::AbstractVector, + pm::Array{Int,2}) z = zero(T) result .= z for j in eachindex(Y)