Merge pull request #202 from kurdybacha/master

Problem: non consistent whitespace formatting
This commit is contained in:
Luca Boccassi 2018-04-13 17:58:43 +01:00 committed by GitHub
commit 3185dd1051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 52 additions and 52 deletions

View File

@ -5,8 +5,8 @@
#include <array> #include <array>
TEST(poller, create_destroy) TEST(poller, create_destroy)
{ {
zmq::poller_t poller; zmq::poller_t poller;
ASSERT_EQ(0u, poller.size ()); ASSERT_EQ(0u, poller.size ());
} }