tests: fix astyle

pull/8365/head
Martin Kojtal 2018-10-10 11:19:16 -05:00
parent 56eea3f582
commit bbfa322afb
13 changed files with 58 additions and 60 deletions

View File

@ -23,8 +23,7 @@
using namespace utest::v1; using namespace utest::v1;
namespace namespace {
{
NetworkInterface *net; NetworkInterface *net;
const int repeats = 5; const int repeats = 5;
} }

View File

@ -23,8 +23,7 @@
using namespace utest::v1; using namespace utest::v1;
namespace namespace {
{
NetworkInterface *net; NetworkInterface *net;
rtos::Semaphore status_semaphore; rtos::Semaphore status_semaphore;
int status_write_counter = 0; int status_write_counter = 0;