Skip to content

Commit 27c344b

Browse files
committed
correct indentation
1 parent 755b6d5 commit 27c344b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkg/monitor/ptrace/ptrace.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,9 @@ func (app *App) processFileActivity(e *syscallEvent) {
286286
fsa.OpsAll++
287287
fsa.Pids[e.pid] = struct{}{}
288288
fsa.Syscalls[int(e.callNum)] = struct{}{}
289-
if p.OKReturnStatus(e.retVal) {
290-
fsa.HasSuccessfulAccess = true
291-
}
289+
if p.OKReturnStatus(e.retVal) {
290+
fsa.HasSuccessfulAccess = true
291+
}
292292

293293
if processor, found := syscallProcessors[int(e.callNum)]; found {
294294
switch processor.SyscallType() {

0 commit comments

Comments
 (0)