mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Reformat repo to clang-format 7.0 rules
This commit is contained in:
parent
d347867f2e
commit
ff972e3673
208 changed files with 311 additions and 309 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue