From 611cd8302cbec7f84efac71b116d3c3d7068c22c Mon Sep 17 00:00:00 2001 From: Erik Osheim Date: Tue, 18 Jan 2011 16:47:31 -0500 Subject: [PATCH] fix c indentation bug --HG-- branch : pmacs2 --- tab.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tab.py b/tab.py index 354bb49..5782950 100644 --- a/tab.py +++ b/tab.py @@ -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()