mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-06 07:37:37 +03:00
formatting: run clang-format-fix
This commit is contained in:
parent
f0ac68d26c
commit
9609606615
@ -75,8 +75,8 @@ struct CssPropertyFlags {
|
|||||||
paddingRight(0) {}
|
paddingRight(0) {}
|
||||||
|
|
||||||
[[nodiscard]] bool anySet() const {
|
[[nodiscard]] bool anySet() const {
|
||||||
return textAlign || fontStyle || fontWeight || textDecoration || textIndent || marginTop || marginBottom || marginLeft ||
|
return textAlign || fontStyle || fontWeight || textDecoration || textIndent || marginTop || marginBottom ||
|
||||||
marginRight || paddingTop || paddingBottom || paddingLeft || paddingRight;
|
marginLeft || marginRight || paddingTop || paddingBottom || paddingLeft || paddingRight;
|
||||||
}
|
}
|
||||||
|
|
||||||
void clearAll() {
|
void clearAll() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user