Skip to content

Commit

Permalink
Fix for few formatting issues on repo. (#69)
Browse files Browse the repository at this point in the history
* fix:add fix for few format issues

* Fix:revert changes from copied files from upstream

* Fix:revert changes from copied files from upstream

* Fix:revert changes from copied files from upstream

* Fix:revert changes from copied files from upstream
  • Loading branch information
mertakman authored Sep 30, 2024
1 parent 50e09a1 commit 27606ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mksyscall/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ func generateSyscalls() []byte {
log.Fatal(err)
}
zsys := bout.Bytes()
zsys = bytes.Replace(zsys, []byte("\"internal/syscall/windows/sysdll\""), []byte("\"github.com/microsoft/go-crypto-winnative/internal/sysdll\""), -1)
zsys = bytes.ReplaceAll(zsys, []byte("\"internal/syscall/windows/sysdll\""), []byte("\"github.com/microsoft/go-crypto-winnative/internal/sysdll\""))
return zsys
}

0 comments on commit 27606ce

Please sign in to comment.