Problem: indentation should be 4 spaces, no tabs

Solution: fix it
This commit is contained in:
Luca Boccassi
2016-02-21 23:16:44 +00:00
parent 406b5738b6
commit d4c0716473
17 changed files with 49 additions and 49 deletions

View File

@@ -48,11 +48,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
zmq::udp_engine_t::udp_engine_t() :
plugged (false),
fd(NULL),
address(nullptr),
send_enabled(false),
recv_enabled(false),
handle(NULL),
fd(NULL),
address(nullptr),
send_enabled(false),
recv_enabled(false),
handle(NULL),
session(NULL)
{
}