Skip to content

Commit e5e1c92

Browse files
committed
clang format
1 parent a1806e0 commit e5e1c92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/controller/controldevice/controller/mapping/sdl/SDLGyroMapping.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void SDLGyroMapping::UpdatePad(float& x, float& y) {
4545
y = 0;
4646
return;
4747
}
48-
48+
4949
for (const auto& [instanceId, gamepad] :
5050
Context::GetInstance()->GetControlDeck()->GetConnectedPhysicalDeviceManager()->GetConnectedSDLGamepadsForPort(
5151
mPortIndex)) {
@@ -64,8 +64,8 @@ void SDLGyroMapping::UpdatePad(float& x, float& y) {
6464
}
6565

6666
// if we didn't find a gyro device zero everything out
67-
x = 0;
68-
y = 0;
67+
x = 0;
68+
y = 0;
6969
}
7070

7171
std::string SDLGyroMapping::GetGyroMappingId() {

0 commit comments

Comments
 (0)