Advertisement
Guest User

Untitled

a guest
Aug 30th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. 19c19,21
  2. < TABSTOP = 8
  3. ---
  4. > TABSTOPL = 28
  5. > TABSTOPR = 8
  6. 93,94c95,96
  7. < l1 = (l1 // self.TABSTOP + 1) * self.TABSTOP
  8. < l2 = (l2 // self.TABSTOP + 1) * self.TABSTOP
  9. ---
  10. > l1 = (l1 // self.TABSTOPL + 1) * self.TABSTOPL
  11. > l2 = (l2 // self.TABSTOPR + 1) * self.TABSTOPR
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement