From 1ba7fd7e654f91b7ae8559d2889f3c7ff6d08c63 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 16 Oct 2018 13:57:24 +0200 Subject: all: fix code formatting Reformat, remove debug leftovers, fix comment style. --- pkg/ipc/ipc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/ipc') diff --git a/pkg/ipc/ipc.go b/pkg/ipc/ipc.go index d01761630..e4aed56ce 100644 --- a/pkg/ipc/ipc.go +++ b/pkg/ipc/ipc.go @@ -88,7 +88,7 @@ type CallInfo struct { Flags CallFlags Signal []uint32 // feedback signal, filled if FlagSignal is set Cover []uint32 // per-call coverage, filled if FlagSignal is set and cover == true, - //if dedup == false, then cov effectively contains a trace, otherwise duplicates are removed + // if dedup == false, then cov effectively contains a trace, otherwise duplicates are removed Comps prog.CompMap // per-call comparison operands Errno int // call errno (0 if the call was successful) } -- cgit mrf-deployment