Skip to content

Commit

Permalink
mmap: Fix a formatting faux-pas in the dup() implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmux committed Jun 3, 2023
1 parent 8359482 commit 26c238d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions substrate/mmap
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ namespace substrate
return *this;
}

SUBSTRATE_NO_DISCARD(mmap_t dup(const int32_t prot, const std::size_t len, const int32_t flags,
void *addr) const noexcept)
SUBSTRATE_NO_DISCARD(mmap_t
dup(const int32_t prot, const std::size_t len, const int32_t flags, void *addr) const noexcept)
{
if (!valid())
return {};
Expand Down

0 comments on commit 26c238d

Please sign in to comment.