mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-01 05:41:01 +00:00
15 lines
182 B
C
15 lines
182 B
C
|
|
/*
|
||
|
|
* Copyright (c) 2022, Andreas Kling <kling@serenityos.org>
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
||
|
|
*/
|
||
|
|
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
namespace Web::Layout {
|
||
|
|
|
||
|
|
struct FormattingState {
|
||
|
|
};
|
||
|
|
|
||
|
|
}
|