mirror of
https://github.com/RGBCube/serenity
synced 2025-07-08 14:57:35 +00:00
Everywhere: Remove unnecessary clang-format off
s
Mostly due to the fact that clang-format allows aligned comments via AlignTrailingComments. We could also use raw string literals in inline asm, which clang-format deals with properly (and would be nicer in a lot of places).
This commit is contained in:
parent
2119c9e801
commit
2479ead718
10 changed files with 8 additions and 29 deletions
|
@ -89,10 +89,7 @@ public:
|
|||
m_have_storage = true;
|
||||
}
|
||||
|
||||
// FIXME: clang-format gets confused about KResultOr. Why?
|
||||
// clang-format off
|
||||
KResultOr(KResultOr&& other)
|
||||
// clang-format on
|
||||
{
|
||||
m_is_error = other.m_is_error;
|
||||
if (m_is_error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue