Skip to content

Commit

Permalink
Run astyle to fix some formatting errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
blast007 committed Nov 26, 2024
1 parent 30ce141 commit 902b0d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/AresHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class AresHandler
private:
#if HAVE_ARES_GETADDRINFO
static void staticCallbackAddrInfo(void *arg, int status,
int timeout, struct ares_addrinfo *result);
int timeout, struct ares_addrinfo *result);
void callbackAddrInfo(int status, struct ares_addrinfo *result);
#endif
static void staticCallback(void *arg, int statusCallback, int timeouts,
Expand Down
2 changes: 1 addition & 1 deletion src/net/AresHandler.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ void AresHandler::callback(int callbackStatus, struct hostent *hostent)

#if HAVE_ARES_GETADDRINFO
void AresHandler::staticCallbackAddrInfo(void *arg, int status,
int, struct ares_addrinfo *result)
int, struct ares_addrinfo *result)
{
if (status == ARES_EDESTRUCTION)
return;
Expand Down

0 comments on commit 902b0d6

Please sign in to comment.