diff options
| author | Serg Podtynnyi <[email protected]> | 2023-02-04 00:14:53 +0700 |
|---|---|---|
| committer | Serg Podtynnyi <[email protected]> | 2023-02-05 12:45:38 +0700 |
| commit | 38c34eeca315c7be58e65d4d3fb72aaf7b866719 (patch) | |
| tree | 886e53f20c9c43edc3eb7fe04789716a9bc98ebe /src/kitemviews/kitemliststyleoption.h | |
| parent | ffff8af851e3a386c44438337779d0ce7ca98a61 (diff) | |
Add clang-format and format code as in Frameworks
Diffstat (limited to 'src/kitemviews/kitemliststyleoption.h')
| -rw-r--r-- | src/kitemviews/kitemliststyleoption.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/kitemviews/kitemliststyleoption.h b/src/kitemviews/kitemliststyleoption.h index 62e462a5d..49dcc53c5 100644 --- a/src/kitemviews/kitemliststyleoption.h +++ b/src/kitemviews/kitemliststyleoption.h @@ -32,9 +32,7 @@ public: int maxTextLines; int maxTextWidth; - bool operator==(const KItemListStyleOption& other) const; - bool operator!=(const KItemListStyleOption& other) const; + bool operator==(const KItemListStyleOption &other) const; + bool operator!=(const KItemListStyleOption &other) const; }; #endif - - |
