Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
sabedevops committed Sep 15, 2023
1 parent f9ef26c commit 1ede6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/ziti-edge-tunnel/ziti-edge-tunnel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@ static void run_tunneler_loop(uv_loop_t* ziti_loop) {
// set the service to running state
scm_running_event();
#elif __linux__ && !defined(DISABLE_LIBSYSTEMD)
static uv_once_t guard;
static uv_once_t guard;
uv_once(&guard, init_libsystemd);

if(libsystemd_dl_success) {
Expand Down

0 comments on commit 1ede6f8

Please sign in to comment.