mirror of
https://github.com/littlefs-project/littlefs.git
synced 2025-12-01 12:20:02 +00:00
style: format code, limit to 80 columns.
This commit is contained in:
4
lfs.c
4
lfs.c
@ -5225,7 +5225,9 @@ static int lfs_fs_gc_(lfs_t *lfs) {
|
||||
}
|
||||
|
||||
// try to populate the lookahead buffer, unless it's already full
|
||||
if (lfs->lookahead.size < lfs_min(8 * lfs->cfg->lookahead_size, lfs->block_count)) {
|
||||
if (lfs->lookahead.size < lfs_min(
|
||||
8 * lfs->cfg->lookahead_size,
|
||||
lfs->block_count)) {
|
||||
err = lfs_alloc_scan(lfs);
|
||||
if (err) {
|
||||
return err;
|
||||
|
||||
Reference in New Issue
Block a user