mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-05-24 06:04:46 +02:00
Merge pull request #202 from kurdybacha/master
Problem: non consistent whitespace formatting
This commit is contained in:
commit
3185dd1051
@ -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 ());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user