Review code formatting

Signed-off-by: Gaulthier Gain <gaulthier.gain@uliege.be>
This commit is contained in:
Gaulthier Gain 2021-05-18 17:08:02 +02:00
parent 0031a3612a
commit c1c9f21b7e

View file

@ -274,6 +274,7 @@ func detectPermissionDenied(str string) bool {
}
return false
}
// parseTrace parses the output of the 'ftrace' command.
//
// It returns true if command must be run with sudo, otherwise false.