From 01189819faf9c648c46aaa67c9fbc920ff6486d5 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 26 Nov 2014 02:57:33 +0000 Subject: [PATCH] Reformat with gofmt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222806 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 -- 2.34.1