Advertisement
Guest User

Untitled

a guest
Apr 25th, 2014
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. void foo() {
  2. bbbtest1(); // 3 spaces
  3. ttest2(); // 1 tab
  4. }
  5.  
  6. void foo() {
  7. bbbbtest1(); // 4 space (1 extra space to be indent correctly)
  8. ttest2(); // 1 tab (do not change tab char with spaces because of that has correct indentation)
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement