mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-25 15:51:41 +01:00
template: Remove trailing ';'
This commit is contained in:

committed by
Anup Patel

parent
4b92518959
commit
72a8272066
@@ -27,7 +27,7 @@ static int platform_early_init(bool cold_boot)
|
|||||||
/*
|
/*
|
||||||
* Platform final initialization.
|
* Platform final initialization.
|
||||||
*/
|
*/
|
||||||
static int platform_final_init(bool cold_boot);
|
static int platform_final_init(bool cold_boot)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user