pkg/report: reformat code

This commit is contained in:
Dmitry Vyukov 2018-04-18 09:23:00 +02:00
parent b80fd3b5d4
commit 2199644490

View File

@ -998,7 +998,7 @@ var linuxOopses = []*oops{
compile("INFO: lockdep is turned off"),
compile("INFO: Stall ended before state dump start"),
compile("INFO: NMI handler .* took too long to run"),
compile("_INFO::"), // Android can print this during boot.
compile("_INFO::"), // Android can print this during boot.
compile("INFO: sys_.* is not present in /proc/kallsyms"), // pkg/host output in debug mode
compile("INFO: no syscalls can create resource"), // pkg/host output in debug mode
},