Skip to content

Commit

Permalink
Style: Another missed #if -> #ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
nhjschulz committed Nov 22, 2024
1 parent 8d5cb3e commit 92e9fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WiFiNative/src/WifiClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/******************************************************************************
* Includes
*****************************************************************************/
#if _WIN32
#ifdef _WIN32
#include "WifiClientWinsock.inl"
#else
#include "WifiClientPosix.inl"
Expand Down

0 comments on commit 92e9fa4

Please sign in to comment.