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
2 changed files with 52 additions and 52 deletions

View File

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