mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 18:19:03 +00:00
LibLine: Make the comments follow the project style
This commit is contained in:
parent
3c3edf5831
commit
909ac2a558
Notes:
sideshowbarker
2024-07-19 06:13:52 +09:00
Author: https://github.com/alimpfard
Commit: 909ac2a558
Pull-request: https://github.com/SerenityOS/serenity/pull/2320
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bugaevc
6 changed files with 81 additions and 83 deletions
|
@ -124,7 +124,7 @@ public:
|
|||
static constexpr ItalicTag Italic {};
|
||||
static constexpr AnchoredTag Anchored {};
|
||||
|
||||
// prepare for the horror of templates
|
||||
// Prepare for the horror of templates.
|
||||
template<typename T, typename... Rest>
|
||||
Style(const T& style_arg, Rest... rest)
|
||||
: Style(rest...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue