Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Jun 30, 2022
1 parent eeabe4e commit 3157b33
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/common/pigweed/RpcService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

#include "RpcService.h"

#include <array>
#include "pw_span/span.h"
#include <array>
#include <string_view>

#include "pw_hdlc/rpc_channel.h"
Expand Down
2 changes: 1 addition & 1 deletion examples/platform/ameba/PigweedLogger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#include <pw_hdlc/encoder.h>
#include <pw_stream/sys_io_stream.h>

#include <assert.h>
#include "pw_span/span.h"
#include <assert.h>

namespace PigweedLogger {
namespace {
Expand Down
2 changes: 1 addition & 1 deletion examples/platform/bouffalolab/bl602/PigweedLogger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
#include <pw_stream/sys_io_stream.h>
#include <pw_sys_io_efr32/init.h>

#include "pw_span/span.h"
#include <cassert>
#include <cstdint>
#include "pw_span/span.h"
#include <string_view>

namespace PigweedLogger {
Expand Down
2 changes: 1 addition & 1 deletion examples/platform/efr32/PigweedLogger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
#include <pw_stream/sys_io_stream.h>
#include <pw_sys_io_efr32/init.h>

#include "pw_span/span.h"
#include <cassert>
#include <cstdint>
#include "pw_span/span.h"
#include <string_view>

namespace PigweedLogger {
Expand Down
2 changes: 1 addition & 1 deletion examples/platform/nrfconnect/util/PigweedLogger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
#include <pw_stream/sys_io_stream.h>
#include <pw_sys_io_nrfconnect/init.h>

#include "pw_span/span.h"
#include <cassert>
#include <cstdint>
#include "pw_span/span.h"
#include <string_view>

namespace PigweedLogger {
Expand Down
2 changes: 1 addition & 1 deletion examples/platform/qpg/PigweedLogger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
#include <pw_stream/sys_io_stream.h>
#include <pw_sys_io_qpg/init.h>

#include "pw_span/span.h"
#include <cassert>
#include <cstdint>
#include "pw_span/span.h"
#include <string_view>

namespace PigweedLogger {
Expand Down

0 comments on commit 3157b33

Please sign in to comment.