Reformat with gofmt.
[oota-llvm.git] / bindings / go / llvm / executionengine.go
index 141883975f82c8cbcf3636bd90d96bc7c9bde79e..23c185c010b40ad1c21a9aec7e5190bf7cc01c1d 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