Skip to content

Commit

Permalink
formatting: restored whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gabbla committed May 8, 2024
1 parent d7c00e3 commit cd54291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion erpc_c/setup/erpc_arbitrated_client_setup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ERPC_MANUALLY_CONSTRUCTED_STATIC(ArbitratedClientManager, s_client);
#if defined(__MINGW32__)
__declspec(selectany)
#endif
ClientManager *g_client;
ClientManager *g_client;
#if !defined(__MINGW32__)
#pragma weak g_client
#endif
Expand Down
2 changes: 1 addition & 1 deletion erpc_c/setup/erpc_client_setup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ERPC_MANUALLY_CONSTRUCTED_STATIC(ClientManager, s_client);
#if defined(__MINGW32__)
__declspec(selectany)
#endif
ClientManager *g_client;
ClientManager *g_client;
#if !defined(__MINGW32__)
#pragma weak g_client
#endif
Expand Down

0 comments on commit cd54291

Please sign in to comment.