mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06: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
|
||||
|
@ -113,5 +113,5 @@ private:
|
||||
const int pointer_deviceid, keyboard_deviceid;
|
||||
std::string name;
|
||||
};
|
||||
}
|
||||
}
|
||||
} // namespace XInput2
|
||||
} // namespace ciface
|
||||
|
Reference in New Issue
Block a user