Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Sep 18, 2023
1 parent f3cfb6d commit 1887087
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions wpinet/.styleguide
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ includeGuardRoots {

includeOtherLibs {
^fmt/
^gmock/
^gtest/
^wpi/
}
5 changes: 2 additions & 3 deletions wpinet/src/main/native/cpp/WebSocket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
#include <wpi/raw_ostream.h>
#include <wpi/sha1.h>

#include "WebSocketDebug.h"
#include "WebSocketSerializer.h"
#include "wpinet/HttpParser.h"
#include "wpinet/raw_uv_ostream.h"
#include "wpinet/uv/Stream.h"

#include "WebSocketDebug.h"
#include "WebSocketSerializer.h"

using namespace wpi;

#ifdef WPINET_WEBSOCKET_VERBOSE_DEBUG
Expand Down
3 changes: 1 addition & 2 deletions wpinet/src/main/native/cpp/WebSocketSerializer.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@
#include <wpi/SmallVector.h>
#include <wpi/SpanExtras.h>

#include "WebSocketDebug.h"
#include "wpinet/WebSocket.h"
#include "wpinet/uv/Buffer.h"

#include "WebSocketDebug.h"

namespace wpi::detail {

class SerializedFrames {
Expand Down
2 changes: 1 addition & 1 deletion wpinet/src/test/native/cpp/WebSocketSerializerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#include <gmock/gmock.h>
#include <wpi/SpanMatcher.h>

#include "wpinet/uv/Buffer.h"
#include "WebSocketTest.h"
#include "wpinet/uv/Buffer.h"

using ::testing::_;
using ::testing::AnyOf;
Expand Down

0 comments on commit 1887087

Please sign in to comment.