Skip to content

Commit

Permalink
Replace hard tabs with four spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kulp committed Sep 8, 2012
1 parent 86362d9 commit fd76d1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/strcmp.tas.cpp
Expand Up @@ -5,7 +5,7 @@

// TODO permit compared strings to differ after the terminating \0

.global strcmp
.global strcmp
strcmp:
b <- 0 // start with matching
_loop:
Expand Down
10 changes: 5 additions & 5 deletions test/jzrel.tas.cpp
@@ -1,9 +1,9 @@
#include "common.th"

b <- 10
b <- 10
top:
c <- b == 0
b <- b - 1
jzrel(c,top)
c <- b == 0
b <- b - 1
jzrel(c,top)
done:
illegal
illegal

0 comments on commit fd76d1d

Please sign in to comment.