Skip to content

Commit cce2731

Browse files
committed
Fix Formating
1 parent a092180 commit cce2731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cbmc/proofs/MQTT_SerializeMQTTVec/MQTT_SerializeMQTTVec_harness.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void harness()
4545
* #MQTTStorePacketForRetransmit callback function. Hence the memory buffer should
4646
* not be NULL.
4747
*/
48-
memoryBuffer = malloc(memoryRequired);
48+
memoryBuffer = malloc( memoryRequired );
4949
__CPROVER_assume( memoryBuffer != NULL );
5050

5151
MQTT_SerializeMQTTVec( memoryBuffer, mqttVec );

0 commit comments

Comments
 (0)