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