aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/ipc
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-10-16 13:57:24 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-10-16 13:57:24 +0200
commit1ba7fd7e654f91b7ae8559d2889f3c7ff6d08c63 (patch)
tree334e43e130dacf47de04114ff53a96b6dd044e7b /pkg/ipc
parent8cd30605ce7e7059e454ff712a61e81fbc28de87 (diff)
all: fix code formatting
Reformat, remove debug leftovers, fix comment style.
Diffstat (limited to 'pkg/ipc')
-rw-r--r--pkg/ipc/ipc.go2
1 files changed, 1 insertions, 1 deletions
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)
}