Skip to content

Commit

Permalink
Assignment corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
fforay committed Dec 29, 2020
1 parent 442edd6 commit 56b91b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ILSpy.XSharpLanguage/XSharpOptionPage.xaml.prg
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ BEGIN NAMESPACE ILSpy.XSharpLanguage

PUBLIC CONSTRUCTOR()
SELF:_upperkeyword := TRUE
SELF:_ifstatement = TRUE
SELF:_ifstatement := TRUE

PUBLIC CONSTRUCTOR( e AS XElement )
LOCAL attr AS XAttribute
Expand Down
2 changes: 1 addition & 1 deletion ILSpy.XSharpLanguage/XSharpOutputVisitor.prg
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,7 @@ BEGIN NAMESPACE ILSpy.XSharpLanguage

VIRTUAL METHOD VisitIfElseStatement(ifElseStatement AS IfElseStatement) AS VOID
LOCAL addParenthesis AS LOGIC
addParenthesis = FALSE
addParenthesis := FALSE
//
SELF:StartNode(ifElseStatement)
//SELF:WriteKeyword(IfElseStatement.IfKeywordRole)
Expand Down

0 comments on commit 56b91b7

Please sign in to comment.