Stasik0 10 years ago
parent
commit
06792b9e34
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/ua_securechannel.c

+ 3 - 3
src/ua_securechannel.c

@@ -10,9 +10,9 @@ const UA_ConnectionConfig UA_ConnectionConfig_standard =
 
 UA_ByteString UA_Connection_completeMessages(UA_Connection *connection, UA_ByteString received)
 {
-	if(received.length == -1){
-		return received;
-	}
+    if(received.length == -1){
+        return received;
+    }
 
     /* concat received to the incomplete message we have */
     UA_ByteString current;