Run clang-format over C++ files

This commit is contained in:
Olivier Goffart 2022-08-16 18:06:22 +02:00 committed by Olivier Goffart
parent 1884497308
commit ca6dfc0cb5
12 changed files with 141 additions and 107 deletions

View file

@ -75,7 +75,7 @@ struct Property
void set(const T &value) const
{
if ((inner._0 & 0b10) == 0b10 || this->value != value) {
if ((inner._0 & 0b10) == 0b10 || this->value != value) {
this->value = value;
cbindgen_private::slint_property_set_changed(&inner, &this->value);
}