diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-06-26 10:56:18 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-06-26 10:56:18 +0200 |
| commit | 9630a49ef9625a108cd7b6e2249f1e0756f9a603 (patch) | |
| tree | 8128ffd99111b059745fa272826281405a6126f3 /sys/syz-extract/fetch.go | |
| parent | 7077339b7023f597d9d91113974204fbc7ff43cc (diff) | |
sys/syz-extract: reformat
Diffstat (limited to 'sys/syz-extract/fetch.go')
| -rw-r--r-- | sys/syz-extract/fetch.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/syz-extract/fetch.go b/sys/syz-extract/fetch.go index 691b64481..d2426605f 100644 --- a/sys/syz-extract/fetch.go +++ b/sys/syz-extract/fetch.go @@ -131,7 +131,7 @@ func runCompiler(arch string, vals []string, includes []string, incdirs []string "-include", *flagLinux + "/include/linux/kconfig.h", }...) for _, incdir := range incdirs { - args = append(args, "-I" + *flagLinux + "/" + incdir,) + args = append(args, "-I"+*flagLinux+"/"+incdir) } cmd := exec.Command("gcc", args...) cmd.Stdin = strings.NewReader(src) |
