Reformat with gofmt.
authorEric Christopher <echristo@gmail.com>
Wed, 26 Nov 2014 02:57:33 +0000 (02:57 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 26 Nov 2014 02:57:33 +0000 (02:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222806 91177308-0d34-0410-b5e6-96231b3b80d8

bindings/go/llvm/executionengine.go

index 141883975f82c8cbcf3636bd90d96bc7c9bde79e..23c185c010b40ad1c21a9aec7e5190bf7cc01c1d 100644 (file)
@@ -36,7 +36,7 @@ type MCJITCompilerOptions struct {
 }
 
 func (options *MCJITCompilerOptions) SetMCJITOptimizationLevel(level uint) {
 }
 
 func (options *MCJITCompilerOptions) SetMCJITOptimizationLevel(level uint) {
-          options.C.OptLevel = C.uint(level)
+       options.C.OptLevel = C.uint(level)
 }
 
 // helpers
 }
 
 // helpers