copy: pretty spacing

This commit is contained in:
Thomas Schoebel-Theuer 2021-04-16 11:26:03 +02:00
parent 344c3a7e95
commit 8761f8739d

View File

@ -1099,6 +1099,7 @@ void copy_reset_statistics(struct copy_brick *brick)
static int copy_mref_aspect_init_fn(struct generic_aspect *_ini)
{
struct copy_mref_aspect *ini = (void*)_ini;
(void)ini;
return 0;
}
@ -1106,6 +1107,7 @@ static int copy_mref_aspect_init_fn(struct generic_aspect *_ini)
static void copy_mref_aspect_exit_fn(struct generic_aspect *_ini)
{
struct copy_mref_aspect *ini = (void*)_ini;
(void)ini;
}