LibLine: Make the comments follow the project style

This commit is contained in:
AnotherTest 2020-05-23 03:19:48 +04:30 committed by Andreas Kling
commit 909ac2a558
Notes: sideshowbarker 2024-07-19 06:13:52 +09:00
6 changed files with 81 additions and 83 deletions

View file

@ -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...)