mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
LibWeb: Remove now-unnecessary clang-format off directive
This commit is contained in:
Notes:
github-actions[bot]
2024-12-28 13:40:28 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/4d6a9f9d2d0 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3067
@@ -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(); \
|
||||
|
||||
Reference in New Issue
Block a user