Remove the unnessary empty line after label

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-09-26 12:56:25 +08:00
committed by Petro Karashchenko
parent 6e490759d6
commit bdeaea3742
70 changed files with 208 additions and 484 deletions
-1
View File
@@ -120,7 +120,6 @@ static void log_rotate(FAR const char *log_file)
rename(log_file, rotate_to);
end:
kmm_free(rotate_to);
kmm_free(rotate_from);
}