aboutsummaryrefslogtreecommitdiffstats
path: root/sys/syz-extract/fetch.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-06-26 10:56:18 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-06-26 10:56:18 +0200
commit9630a49ef9625a108cd7b6e2249f1e0756f9a603 (patch)
tree8128ffd99111b059745fa272826281405a6126f3 /sys/syz-extract/fetch.go
parent7077339b7023f597d9d91113974204fbc7ff43cc (diff)
sys/syz-extract: reformat
Diffstat (limited to 'sys/syz-extract/fetch.go')
-rw-r--r--sys/syz-extract/fetch.go2
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)