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)
llvm-svn: 222806

llvm/bindings/go/llvm/executionengine.go

index 1418839..23c185c 100644 (file)
@@ -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