mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Fix some misleading indentation
This commit is contained in:
parent
7cdfcb44eb
commit
3d600c9f11
@ -42,8 +42,10 @@
|
||||
|
||||
#ifndef BIND_ACTION_LEFT
|
||||
#define BIND_ACTION_LEFT(cbs, name) \
|
||||
cbs->action_left = name; \
|
||||
cbs->action_left_ident = #name;
|
||||
do { \
|
||||
cbs->action_left = name; \
|
||||
cbs->action_left_ident = #name; \
|
||||
} while(0)
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SHADER_MANAGER
|
||||
|
@ -43,8 +43,10 @@
|
||||
|
||||
#ifndef BIND_ACTION_RIGHT
|
||||
#define BIND_ACTION_RIGHT(cbs, name) \
|
||||
cbs->action_right = name; \
|
||||
cbs->action_right_ident = #name;
|
||||
do { \
|
||||
cbs->action_right = name; \
|
||||
cbs->action_right_ident = #name; \
|
||||
} while(0)
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SHADER_MANAGER
|
||||
|
Loading…
x
Reference in New Issue
Block a user