Skip to content

Commit 271cc39

Browse files
whitespace change
1 parent 5bc7b4b commit 271cc39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/receivedframe.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ bool ReceivedFrame::processConnectionFrame(ConnectionImpl *connection)
344344
{
345345
// read the method id from the method
346346
uint16_t methodID = nextUint16();
347-
347+
348348
// construct frame based on method id
349349
switch (methodID)
350350
{

0 commit comments

Comments
 (0)