Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Sep 10, 2024
1 parent 19d14f1 commit 4a1f796
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shared/libblight_client/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -987,12 +987,12 @@ extern "C" {
if(
path != "/usr/bin/xochitl"
&& (
!path.starts_with("/opt")
|| path.starts_with("/opt/sbin")
!path.starts_with("/opt")
|| path.starts_with("/opt/sbin")
)
&& (
!path.starts_with("/home")
|| path.starts_with("/home/root/.entware/sbin")
!path.starts_with("/home")
|| path.starts_with("/home/root/.entware/sbin")
)
){
// We ignore this executable
Expand Down

0 comments on commit 4a1f796

Please sign in to comment.