mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 01:59:52 -06:00
STAND BACK - NEWLINE POLICE
gcc spams warnings when newlines are not at the end of files. reason: http://gcc.gnu.org/ml/gcc/2001-07/msg01120.html git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4582 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
2
Externals/WiiUseSrc/Src/dynamics.c
vendored
2
Externals/WiiUseSrc/Src/dynamics.c
vendored
@ -273,4 +273,4 @@ void calc_balanceboard_state(struct wii_board_t *wb)
|
||||
|
||||
wb->x = (wb->tr+wb->br) - (wb->tl+wb->bl)/2.0f;
|
||||
wb->y = (wb->bl+wb->br) - (wb->tl+wb->tr)/2.0f;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user