Skip to content

Commit

Permalink
Documentation white space tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
zajo committed Jan 7, 2024
1 parent b4093c5 commit febc510
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/leaf.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1654,9 +1654,9 @@ std::shared_ptr<lua_State> init_lua_state() noexcept
lua_register(&*L, "do_work", &do_work); //<2>
luaL_dostring(&*L, "\ //<3>
\n function call_do_work()\
\n return do_work()\
\n end");
\n function call_do_work()\
\n return do_work()\
\n end");
return L;
}
Expand Down Expand Up @@ -3224,9 +3224,9 @@ assert(std::get<2>(t).value() == E3::e33); <3>
namespace boost { namespace leaf {
template <class TryBlock>
result<T> // T deduced depending on TryBlock return type
try_capture_all( TryBlock && try_block ) noexcept;
template <class TryBlock>
result<T> // T deduced depending on TryBlock return type
try_capture_all( TryBlock && try_block ) noexcept;
} }
Expand Down

0 comments on commit febc510

Please sign in to comment.