Skip to content

Commit

Permalink
spaces to tabs
Browse files Browse the repository at this point in the history
Signed-off-by: Logan Bond <lbond@secureworks.com>
  • Loading branch information
EXONER4TED authored and poiana committed Oct 12, 2022
1 parent 9055348 commit 193c461
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/driverbuilder/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ package driverbuilder

import (
"fmt"
"github.com/falcosecurity/driverkit/pkg/driverbuilder/builder"
"io"
"net/http"
"strings"
"text/template"

"github.com/falcosecurity/driverkit/pkg/driverbuilder/builder"
)

var waitForLockScript = `
Expand Down Expand Up @@ -86,7 +87,7 @@ func LoadMakefileObjList(c builder.Config) (string, error) {
return strings.Split(l, "@DRIVER_NAME@-y += ")[1], nil
}
if strings.HasPrefix(l, "@PROBE_NAME@-y +=") {
return strings.Split(l, "@PROBE_NAME@-y += ")[1], nil
return strings.Split(l, "@PROBE_NAME@-y += ")[1], nil
}
}
return "", fmt.Errorf("obj list not found")
Expand Down

0 comments on commit 193c461

Please sign in to comment.