From 876d4150aa3da531ddd687b48afada6e43f79146 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 2 Mar 2020 15:25:13 -0800 Subject: uhd: Apply clang-format against all .cpp and .hpp files in host/ Note: template_lvbitx.{cpp,hpp} need to be excluded from the list of files that clang-format gets applied against. --- host/tests/client_zero_test.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'host/tests/client_zero_test.cpp') diff --git a/host/tests/client_zero_test.cpp b/host/tests/client_zero_test.cpp index 927161418..20ce28e8a 100644 --- a/host/tests/client_zero_test.cpp +++ b/host/tests/client_zero_test.cpp @@ -4,8 +4,8 @@ // SPDX-License-Identifier: GPL-3.0-or-later // -#include #include +#include #include #include #include @@ -137,10 +137,10 @@ constexpr uint32_t client_zero_test_iface::SLOT_OFFSET; BOOST_AUTO_TEST_CASE(simple_read_if_chdr_pkt) { - constexpr uint16_t DEVICE_ID = 0xBEEF; - constexpr uint16_t CTRL_FIFO_SIZE = 5; // in words + constexpr uint16_t DEVICE_ID = 0xBEEF; + constexpr uint16_t CTRL_FIFO_SIZE = 5; // in words constexpr uint16_t CTRL_MAX_ASYNC_MSGS = 2; - constexpr uint16_t MTU = 40; // FIXME in words? + constexpr uint16_t MTU = 40; // FIXME in words? auto mock_reg_iface = std::make_shared(DEVICE_ID); // Prime the pump: We add some blocks and connections -- cgit v1.2.3