Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasten committed Jan 1, 2025
1 parent 4e285cd commit 7076f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions marble/premain/occlum.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ import (
)

// ioctlGetQuoteSize holds the ioctl value for the SGX device to retrieve the size of the quote in bytes.
// Generated by the following macro: _IOR('s', 7, uint32_t)
// Generated by the following macro: _IOR('s', 7, uint32_t) .
const ioctlGetQuoteSize = 2147775239

// ioctlGenerateQuote holds the ioctl value for the SGX device to issue a quote.
// For the struct definition, see above.
// Generated by the following macro: _IOWR('s', 8, sgxioc_gen_dcap_quote_arg_t)
// Generated by the following macro: _IOWR('s', 8, sgxioc_gen_dcap_quote_arg_t) .
const ioctlGenerateQuote = 3222827784

// OcclumQuoteIssuer issues quotes.
Expand Down

0 comments on commit 7076f3f

Please sign in to comment.