summaryrefslogtreecommitdiff
path: root/ACE/ace
diff options
context:
space:
mode:
authorJohn Anthony <john.anthony@redpointglobal.com>2020-03-24 16:18:14 -0600
committerJohn Anthony <john.anthony@redpointglobal.com>2020-03-24 16:18:14 -0600
commit26eb8172a683665ac3dd17d9f2eade14927dffb9 (patch)
tree2ed2e1fac9bfe20a662d4eeb55c85abb0b7f9f80 /ACE/ace
parent4da3933c12416d6083309d950525b7215ad9ea64 (diff)
downloadATCD-26eb8172a683665ac3dd17d9f2eade14927dffb9.tar.gz
removing tabs
Diffstat (limited to 'ACE/ace')
-rw-r--r--ACE/ace/SSL/SSL_SOCK_Acceptor.cpp6
-rw-r--r--ACE/ace/SSL/SSL_SOCK_Connector.cpp6
2 files changed, 6 insertions, 6 deletions
diff --git a/ACE/ace/SSL/SSL_SOCK_Acceptor.cpp b/ACE/ace/SSL/SSL_SOCK_Acceptor.cpp
index d42eb01fbe6..4e5e926e0f0 100644
--- a/ACE/ace/SSL/SSL_SOCK_Acceptor.cpp
+++ b/ACE/ace/SSL/SSL_SOCK_Acceptor.cpp
@@ -71,9 +71,9 @@ ACE_SSL_SOCK_Acceptor::ssl_accept (ACE_SSL_SOCK_Stream &new_stream,
do
{
#if defined (ACE_HAS_POLL)
- struct pollfd fds;
- ACE_OS::memset(&fds, 0, sizeof(fds));
- fds.revents = 0;
+ struct pollfd fds;
+ ACE_OS::memset(&fds, 0, sizeof(fds));
+ fds.revents = 0;
#else
// These handle sets are used to set up for whatever SSL_accept
// says it wants next. They're reset on each pass around the loop.
diff --git a/ACE/ace/SSL/SSL_SOCK_Connector.cpp b/ACE/ace/SSL/SSL_SOCK_Connector.cpp
index b6f4d2258b8..21ac837ec4c 100644
--- a/ACE/ace/SSL/SSL_SOCK_Connector.cpp
+++ b/ACE/ace/SSL/SSL_SOCK_Connector.cpp
@@ -76,9 +76,9 @@ ACE_SSL_SOCK_Connector::ssl_connect (ACE_SSL_SOCK_Stream &new_stream,
do
{
#if defined (ACE_HAS_POLL)
- struct pollfd fds;
- ACE_OS::memset(&fds, 0, sizeof(fds));
- fds.revents = 0;
+ struct pollfd fds;
+ ACE_OS::memset(&fds, 0, sizeof(fds));
+ fds.revents = 0;
#else
// These handle sets are used to set up for whatever SSL_connect
// says it wants next. They're reset on each pass around the loop.