fix c indentation bug

--HG--
branch : pmacs2
This commit is contained in:
Erik Osheim 2011-01-18 16:47:31 -05:00
parent e13376eb8c
commit 611cd8302c
1 changed files with 2 additions and 2 deletions

4
tab.py
View File

@ -473,9 +473,9 @@ class StackTabber2(Tabber):
# remove implicit continuation
if self.end_at_eof and i + start == end:
self._pop_while('continue', 'control')
self._pop_while('continue', 'control', 'pre-control')
elif self.end_at_tokens.get(name, {}).get(s):
self._pop_while('continue', 'control')
self._pop_while('continue', 'control', 'pre-control')
# add implicit continuation
top = self._peek()