mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix indentation.
Submitted by: jmallet
This commit is contained in:
parent
689b225721
commit
463de68bf0
1 changed files with 3 additions and 3 deletions
|
|
@ -93,10 +93,10 @@ struct wiiipc_ipc_msg {
|
|||
|
||||
CTASSERT(sizeof(struct wiiipc_ipc_msg) == 32);
|
||||
|
||||
#define ipc_open args._ipc_open
|
||||
#define ipc_open args._ipc_open
|
||||
#define ipc_read args._ipc_read
|
||||
#define ipc_write args._ipc_write
|
||||
#define ipc_ioctl args._ipc_ioctl
|
||||
#define ipc_ioctlv args._ipc_ioctlv
|
||||
#define ipc_ioctl args._ipc_ioctl
|
||||
#define ipc_ioctlv args._ipc_ioctlv
|
||||
|
||||
#endif /* _POWERPC_WII_WII_IPCREG_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue