Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit 71e05d8

Browse files
committed
style: reformat code
1 parent 325c45d commit 71e05d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TASInput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ EXPORT void CALL SetKeys(int32_t controller, core_buttons keys)
234234
const auto temp = keys.x;
235235
keys.x = keys.y;
236236
keys.y = temp;
237-
237+
238238
status[controller].set_visuals(keys, false);
239239
}
240240

0 commit comments

Comments
 (0)