Skip to content

Commit

Permalink
- added some brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
RuedKamp committed Jul 16, 2015
1 parent 59cca54 commit 4bc045b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Compiler/Template/CodegenCpp.tpl
Expand Up @@ -3618,9 +3618,9 @@ match eq
>>
else
<<
if __xd
if (__xd)
delete [] __xd;
if _xd_init
if (_xd_init)
delete [] _xd_init;
>>
%>
Expand Down Expand Up @@ -3687,9 +3687,9 @@ match eq
>>
else
<<
if __xd
if (__xd)
delete [] __xd;
if _xd_init
if (_xd_init)
delete [] _xd_init;
>>
%>
Expand Down

0 comments on commit 4bc045b

Please sign in to comment.