From ed0a2aa2b2a70f2f7d0a61464e8fc236d7f25b21 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 26 Nov 2014 02:57:33 +0000 Subject: [PATCH] Reformat with gofmt. llvm-svn: 222806 --- bindings/go/llvm/executionengine.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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