mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:48:12 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
0376c127f6
commit
086969277e
1665 changed files with 8479 additions and 8479 deletions
|
@ -21,7 +21,7 @@ ValueSlider::ValueSlider(Gfx::Orientation orientation, String suffix)
|
|||
: AbstractSlider(orientation)
|
||||
, m_suffix(move(suffix))
|
||||
{
|
||||
//FIXME: Implement vertical mode
|
||||
// FIXME: Implement vertical mode
|
||||
VERIFY(orientation == Orientation::Horizontal);
|
||||
|
||||
set_fixed_height(20);
|
||||
|
@ -132,7 +132,7 @@ Gfx::IntRect ValueSlider::knob_rect() const
|
|||
return knob_rect;
|
||||
}
|
||||
|
||||
int ValueSlider::value_at(const Gfx::IntPoint& position) const
|
||||
int ValueSlider::value_at(Gfx::IntPoint const& position) const
|
||||
{
|
||||
if (position.x() < bar_rect().left())
|
||||
return min();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue