From 271cc39c17125fa11e0092f00f0bda96db117ca6 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Wed, 13 Aug 2014 16:43:59 +0200 Subject: [PATCH] whitespace change --- src/receivedframe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/receivedframe.cpp b/src/receivedframe.cpp index 5010591..68998b5 100644 --- a/src/receivedframe.cpp +++ b/src/receivedframe.cpp @@ -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) {