Skip to content

Commit

Permalink
format: remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattaa committed Dec 5, 2024
1 parent 3af96d5 commit aa1debc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lua_filters.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ int lua_filters_apply(laser_opts opts, struct laser_dirent *entry)
return 0; // filtered out
}

lua_settop(L, 0);
lua_settop(L, 0);

return 1;
}

0 comments on commit aa1debc

Please sign in to comment.