Skip to content

Commit

Permalink
tests/textflag: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcloughlin committed Jan 11, 2019
1 parent 999da51 commit 27cea3b
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/textflag/make_attrtest.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func PrintAttributesTest(w io.Writer, as []attr.Attribute) {
fmt.Fprintf(w, "\tJE %s\n", cont)
fmt.Fprintf(w, "\tRET\n")

fmt.Fprintf(w, "%s:\n", cont)
fmt.Fprintf(w, "\n%s:\n", cont)
}

fmt.Fprintf(w, "\tMOVB $1, ret+0(FP)\n")
Expand Down
Loading

0 comments on commit 27cea3b

Please sign in to comment.