Skip to content

Commit

Permalink
Reformat with gofmt.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222806 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
echristo committed Nov 26, 2014
1 parent 2d3f97d commit 0118981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/go/llvm/executionengine.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type MCJITCompilerOptions struct {
}

func (options *MCJITCompilerOptions) SetMCJITOptimizationLevel(level uint) {
options.C.OptLevel = C.uint(level)
options.C.OptLevel = C.uint(level)
}

// helpers
Expand Down

0 comments on commit 0118981

Please sign in to comment.