File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ BEGIN NAMESPACE ILSpy.XSharpLanguage
84
84
85
85
PUBLIC CONSTRUCTOR ()
86
86
SELF :_upperkeyword := TRUE
87
- SELF :_ifstatement = TRUE
87
+ SELF :_ifstatement : = TRUE
88
88
89
89
PUBLIC CONSTRUCTOR ( e AS XElement )
90
90
LOCAL attr AS XAttribute
Original file line number Diff line number Diff line change @@ -1036,7 +1036,7 @@ BEGIN NAMESPACE ILSpy.XSharpLanguage
1036
1036
IF ((node :Role == CustomEventDeclaration.AddAccessorRole) .OR. (node :Role == CustomEventDeclaration.RemoveAccessorRole))
1037
1037
//
1038
1038
node :AcceptVisitor(SELF )
1039
- bodyStarted = TRUE
1039
+ bodyStarted : = TRUE
1040
1040
ENDIF
1041
1041
NEXT
1042
1042
SELF :CloseBrace (SELF :policy :EventBraceStyle )
@@ -1436,7 +1436,7 @@ BEGIN NAMESPACE ILSpy.XSharpLanguage
1436
1436
1437
1437
VIRTUAL METHOD VisitIfElseStatement (ifElseStatement AS IfElseStatement) AS VOID
1438
1438
LOCAL addParenthesis AS LOGIC
1439
- addParenthesis = FALSE
1439
+ addParenthesis : = FALSE
1440
1440
//
1441
1441
SELF :StartNode (ifElseStatement)
1442
1442
//SELF:WriteKeyword(IfElseStatement.IfKeywordRole)
You can’t perform that action at this time.
0 commit comments