mirror of
https://github.com/hyprwm/hyprpicker.git
synced 2026-05-05 03:27:59 +02:00
ran clang-format
This commit is contained in:
parent
e6c9a516f8
commit
0c1113aef4
1 changed files with 1 additions and 1 deletions
|
|
@ -721,7 +721,7 @@ void CHyprpicker::initMouse() {
|
|||
l_or_v = std::round(v * 100);
|
||||
}
|
||||
|
||||
h = std::round(h<0?h+360:h);
|
||||
h = std::round(h < 0 ? h + 360 : h);
|
||||
s = std::round(s * 100);
|
||||
|
||||
if (m_bFancyOutput)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue