summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-11-26 02:57:33 +0000
committerEric Christopher <echristo@gmail.com>2014-11-26 02:57:33 +0000
commit01189819faf9c648c46aaa67c9fbc920ff6486d5 (patch)
treef1de36436295ac17bd0e7100aa55fa9e90157382 /bindings
parent2d3f97d4dea6501bffa69e07c69df860e904877e (diff)
Reformat with gofmt.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222806 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings')
-rw-r--r--bindings/go/llvm/executionengine.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/go/llvm/executionengine.go b/bindings/go/llvm/executionengine.go
index 141883975f8..23c185c010b 100644
--- a/bindings/go/llvm/executionengine.go
+++ b/bindings/go/llvm/executionengine.go
@@ -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