Skip to content

Commit 33a60ed

Browse files
committed
Normalize tabs
1 parent e6074f9 commit 33a60ed

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

cls/SourceControl/Git/Utils.cls

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1667,26 +1667,26 @@ ClassMethod Name(InternalName As %String, ByRef MappingExists As %Boolean) As %S
16671667
/// Implementation copied from %Library.RoutineMgr, but with results cached in a PPG.
16681668
ClassMethod UserTypeCached(Name As %String, ByRef Class As %String, ByRef StudioType As %String, ByRef Schema As %String, ByRef StudioIcon As %Integer) As %Boolean
16691669
{
1670-
Set ext=$zconvert($piece(Name,".",*),"U") If ext="" Quit 0
1670+
Set ext=$zconvert($piece(Name,".",*),"U") If ext="" Quit 0
16711671
If $Data(^||UserTypeCache(ext,"NotUserType"))#2 {
16721672
Quit 0
16731673
}
16741674
If $Data(^||UserTypeCache(ext),data)#2 {
16751675
Set Class = $Get(^||UserTypeCache(ext,"Class"))
1676-
Set StudioType=$list(data),Schema=$listget(data,3),StudioIcon=+$listget(data,4)
1676+
Set StudioType=$list(data),Schema=$listget(data,3),StudioIcon=+$listget(data,4)
16771677
Quit 1
16781678
}
1679-
Do StudioDocument^%SYS.cspServer2(.document)
1680-
Set Class="",StudioType="",Schema=""
1681-
For Set Class=$order(document(Class)) Quit:Class=""||($data(document(Class,ext),data))
1682-
If Class="" {
1679+
Do StudioDocument^%SYS.cspServer2(.document)
1680+
Set Class="",StudioType="",Schema=""
1681+
For Set Class=$order(document(Class)) Quit:Class=""||($data(document(Class,ext),data))
1682+
If Class="" {
16831683
Set ^||UserTypeCache(ext,"NotUserType") = 1
16841684
Quit 0
16851685
}
1686-
Set StudioType=$list(data),Schema=$listget(data,3),StudioIcon=+$listget(data,4)
1686+
Set StudioType=$list(data),Schema=$listget(data,3),StudioIcon=+$listget(data,4)
16871687
Set ^||UserTypeCache(ext) = data
16881688
Set ^||UserTypeCache(ext,"Class") = Class
1689-
Quit 1
1689+
Quit 1
16901690
}
16911691

16921692
/*

0 commit comments

Comments
 (0)