mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-26 22:38:51 +00:00
LibWeb: Remove now-unnecessary clang-format off
directive
This commit is contained in:
parent
27478ec7d4
commit
4d6a9f9d2d
Notes:
github-actions[bot]
2024-12-28 13:40:28 +00:00
Author: https://github.com/trflynn89
Commit: 4d6a9f9d2d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3067
1 changed files with 0 additions and 3 deletions
|
@ -174,14 +174,11 @@ namespace Web::HTML {
|
|||
#define SWITCH_TO_AND_EMIT_CURRENT_CHARACTER(new_state) \
|
||||
SWITCH_TO_AND_EMIT_CHARACTER(current_input_character.value(), new_state)
|
||||
|
||||
// clang-format-18 handles the `state:` label rather badly.
|
||||
// clang-format off
|
||||
#define BEGIN_STATE(state) \
|
||||
state: \
|
||||
case State::state: { \
|
||||
{ \
|
||||
{
|
||||
// clang-format on
|
||||
|
||||
#define END_STATE \
|
||||
VERIFY_NOT_REACHED(); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue