mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-08 10:08:47 +00:00
style: fix functions definitions
This is to fix old style functions definitions. Change-Id: I094b1497dcf948d4d8de4d57d93878aa092ea053 Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
This commit is contained in:
parent
521d4fe676
commit
2535e2047f
3 changed files with 5 additions and 5 deletions
|
@ -342,7 +342,7 @@ struct inflate_state FAR *state;
|
|||
|
||||
a.out > inffixed.h
|
||||
*/
|
||||
void makefixed()
|
||||
void makefixed(void)
|
||||
{
|
||||
unsigned low, size;
|
||||
struct inflate_state state;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue