whitespace change
This commit is contained in:
parent
5bc7b4b5b3
commit
271cc39c17
|
|
@ -344,7 +344,7 @@ bool ReceivedFrame::processConnectionFrame(ConnectionImpl *connection)
|
||||||
{
|
{
|
||||||
// read the method id from the method
|
// read the method id from the method
|
||||||
uint16_t methodID = nextUint16();
|
uint16_t methodID = nextUint16();
|
||||||
|
|
||||||
// construct frame based on method id
|
// construct frame based on method id
|
||||||
switch (methodID)
|
switch (methodID)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue