Skip to content

Commit

Permalink
[libc++][NFC] Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ldionne committed May 26, 2022
1 parent 198815e commit eb1b1f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libcxx/src/memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ __shared_weak_count::__release_shared() noexcept
if (__shared_count::__release_shared())
__release_weak();
}

#endif // _LIBCPP_SHARED_PTR_DEFINE_LEGACY_INLINE_FUNCTIONS

void
Expand Down

0 comments on commit eb1b1f2

Please sign in to comment.