mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Fix indentation typo (cosmetic)
This commit is contained in:
parent
1946acf3a4
commit
7fbde0269c
1 changed files with 1 additions and 1 deletions
|
@ -1872,7 +1872,7 @@ class foldconst(object):
|
||||||
scope = len(self.symtab)
|
scope = len(self.symtab)
|
||||||
self.symtab.append({})
|
self.symtab.append({})
|
||||||
parent[index] = nr(nt='{}', t=None, scope=scope,
|
parent[index] = nr(nt='{}', t=None, scope=scope,
|
||||||
ch=exprlist)
|
ch=exprlist)
|
||||||
else:
|
else:
|
||||||
parent[index] = nr(nt=';', t=None, SEF=True)
|
parent[index] = nr(nt=';', t=None, SEF=True)
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue