From: Eric Christopher Date: Wed, 26 Nov 2014 02:57:33 +0000 (+0000) Subject: Reformat with gofmt. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01189819faf9c648c46aaa67c9fbc920ff6486d5;p=llvm Reformat with gofmt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222806 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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