Skip to content

Commit

Permalink
format: remove whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattaa committed Nov 30, 2024
1 parent ddc0918 commit 045e7ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/init_lua.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ void laser_lua_set_package_path(const char *script_path)
lua_pop(L, 1);
}
}

2 changes: 1 addition & 1 deletion src/laser.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ void laser_process_entries(laser_opts opts, int depth, int max_depth,
continue;
}

if(!lua_filters_apply(opts, entry))
if (!lua_filters_apply(opts, entry))
continue;

if (!opts.show_all && entry->d->d_name[0] == '.')
Expand Down

0 comments on commit 045e7ba

Please sign in to comment.