mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
Reformat repo to clang-format 7.0 rules
This commit is contained in:
@ -369,5 +369,5 @@ ControlState KeyboardMouse::Axis::GetState() const
|
||||
{
|
||||
return std::max(0.0f, *m_axis / (m_positive ? MOUSE_AXIS_SENSITIVITY : -MOUSE_AXIS_SENSITIVITY));
|
||||
}
|
||||
}
|
||||
}
|
||||
} // namespace XInput2
|
||||
} // namespace ciface
|
||||
|
Reference in New Issue
Block a user