mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Remove the unnessary empty line after label
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
6e490759d6
commit
bdeaea3742
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user