diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-05-05 16:00:01 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-05-05 16:00:01 +0200 |
| commit | 78b251cbd7147f7550d3ac1ac36f7ccaa6c47161 (patch) | |
| tree | be940dd891027812db6aa18ff127d1cf56ea63e0 /sys/syz-extract/fetch.go | |
| parent | 31ea20ce83aa7ca21b4d0ef28d8375a058292a5a (diff) | |
all: fix too long lines
Not sure why I have not seen warnings about
these lines on another machine...
Diffstat (limited to 'sys/syz-extract/fetch.go')
| -rw-r--r-- | sys/syz-extract/fetch.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/syz-extract/fetch.go b/sys/syz-extract/fetch.go index 77410dd55..0a43e4a9e 100644 --- a/sys/syz-extract/fetch.go +++ b/sys/syz-extract/fetch.go @@ -17,7 +17,8 @@ import ( "github.com/google/syzkaller/pkg/osutil" ) -func extract(info *compiler.ConstInfo, cc string, args []string, addSource string, declarePrintf bool) (map[string]uint64, map[string]bool, error) { +func extract(info *compiler.ConstInfo, cc string, args []string, addSource string, declarePrintf bool) ( + map[string]uint64, map[string]bool, error) { data := &CompileData{ AddSource: addSource, Defines: info.Defines, |
