Skip to content

Commit 7cffaf0

Browse files
coding style: added whitespaces
1 parent 4b372f2 commit 7cffaf0

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

gap/Algebroids.gi

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ DeclareRepresentation( "IsCapCategoryMorphismInAlgebroidRep",
2626
#
2727
####################################
2828

29+
##
2930
InstallMethodWithCache( CategoryOfAlgebroids,
3031
[ IsHomalgRing, IsString ],
3132

@@ -448,6 +449,7 @@ InstallGlobalFunction( INSTALL_FUNCTIONS_FOR_CATEGORY_OF_ALGEBROIDS,
448449

449450

450451
end );
452+
451453
##
452454
InstallMethod( DecomposeQuiverAlgebraElement,
453455
"for a quiver algebra element",
@@ -1031,6 +1033,7 @@ InstallGlobalFunction( ADD_FUNCTIONS_FOR_RANDOM_METHODS_OF_ALGEBROID,
10311033

10321034
end );
10331035

1036+
##
10341037
InstallMethod( CategoryOfAlgebroidsObject,
10351038
[ IsAlgebroid ],
10361039

@@ -1076,6 +1079,7 @@ InstallMethod( CategoryOfAlgebroidsMorphism,
10761079

10771080
end );
10781081

1082+
##
10791083
InstallMethod( CategoryOfAlgebroidsMorphism,
10801084
[ IsAlgebroidMorphism ],
10811085

@@ -1743,7 +1747,7 @@ InstallMethod( TrivialAlgebroid,
17431747
end );
17441748

17451749
##
1746-
InstallMethod(ElementaryTensor,
1750+
InstallMethod( ElementaryTensor,
17471751
"for objects in algebroids",
17481752
[ IsCapCategoryObjectInAlgebroid, IsCapCategoryObjectInAlgebroid, IsAlgebroid ],
17491753
function( a, b, T )
@@ -1757,7 +1761,7 @@ InstallMethod(ElementaryTensor,
17571761
end);
17581762

17591763
##
1760-
InstallMethod(ElementaryTensor,
1764+
InstallMethod( ElementaryTensor,
17611765
"for object and morphism in algebroids",
17621766
[ IsCapCategoryObjectInAlgebroid, IsCapCategoryMorphismInAlgebroid, IsAlgebroid ],
17631767
function( object, morphism, T )
@@ -1822,7 +1826,7 @@ InstallMethod(ElementaryTensor,
18221826
end );
18231827

18241828
##
1825-
InstallMethod(ElementaryTensor,
1829+
InstallMethod( ElementaryTensor,
18261830
"for morphism and object in algebroids",
18271831
[ IsCapCategoryMorphismInAlgebroid, IsCapCategoryObjectInAlgebroid, IsAlgebroid ],
18281832
function( morphism, object, T )
@@ -1887,7 +1891,7 @@ InstallMethod(ElementaryTensor,
18871891
end );
18881892

18891893
##
1890-
InstallMethod(TensorProductOnObjects,
1894+
InstallMethod( TensorProductOnObjects,
18911895
"for algebroids",
18921896
[ IsAlgebroid, IsAlgebroid ],
18931897
function( X, Y )
@@ -1897,7 +1901,7 @@ InstallMethod(TensorProductOnObjects,
18971901
end );
18981902

18991903
##
1900-
InstallMethod(TensorProductOnMorphisms,
1904+
InstallMethod( TensorProductOnMorphisms,
19011905
"for morphisms between algebroids",
19021906
[ IsAlgebroidMorphism, IsAlgebroidMorphism ],
19031907
function( F, G )
@@ -2416,4 +2420,3 @@ InstallMethod( LaTeXOutput,
24162420

24172421
LaTeXStringOp
24182422
);
2419-

0 commit comments

Comments
 (0)