whitespace change

This commit is contained in:
Emiel Bruijntjes 2014-08-13 16:43:59 +02:00
parent 5bc7b4b5b3
commit 271cc39c17
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ bool ReceivedFrame::processConnectionFrame(ConnectionImpl *connection)
{
// read the method id from the method
uint16_t methodID = nextUint16();
// construct frame based on method id
switch (methodID)
{