Skip to content

Commit

Permalink
Fix another restyle failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple committed May 5, 2023
1 parent 8a8f0aa commit 348f9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/linux/NamedPipeCommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@

#include "NamedPipeCommands.h"

#include <errno.h>
#include <fcntl.h>
#include <lib/support/CodeUtils.h>
#include <pthread.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <errno.h>

static constexpr const size_t kChipEventCmdBufSize = 256;

Expand Down

0 comments on commit 348f9ff

Please sign in to comment.