aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/syz-extract/fetch.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/syz-extract/fetch.go b/sys/syz-extract/fetch.go
index 0a43e4a9e..47b6db8d3 100644
--- a/sys/syz-extract/fetch.go
+++ b/sys/syz-extract/fetch.go
@@ -155,7 +155,8 @@ int printf(const char *format, ...);
int main() {
int i;
unsigned long long vals[] = {
- {{range $val := $.Values}}(unsigned long long){{$val}},{{end}}
+ {{range $val := $.Values}}(unsigned long long){{$val}},
+ {{end}}
};
for (i = 0; i < sizeof(vals)/sizeof(vals[0]); i++) {
if (i != 0)