Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Sep 14, 2021
1 parent bbfb4e2 commit e69ac41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/Linux/ConnectivityManagerImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ struct GDBusWpaSupplicant
WPA_GOT_INTERFACE_PATH,
WPA_INTERFACE_CONNECTED,
} WpaSupplicantState;
std::atomic<WpaSupplicantState> state {INIT};
std::atomic<WpaSupplicantState> state{ INIT };

enum
{
Expand Down

0 comments on commit e69ac41

Please sign in to comment.