aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/test/ProfilingTests.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/test/ProfilingTests.hpp')
-rw-r--r--src/profiling/test/ProfilingTests.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profiling/test/ProfilingTests.hpp b/src/profiling/test/ProfilingTests.hpp
index a5971e0a4b..d1052cea97 100644
--- a/src/profiling/test/ProfilingTests.hpp
+++ b/src/profiling/test/ProfilingTests.hpp
@@ -242,7 +242,7 @@ public:
uint32_t length = 0,
uint32_t timeout = 1000)
{
- long packetCount = mockProfilingConnection->CheckForPacket({packetType, length});
+ long packetCount = mockProfilingConnection->CheckForPacket({ packetType, length });
// The first packet we receive may not be the one we are looking for, so keep looping until till we find it,
// or until WaitForPacketsSent times out
while(packetCount == 0 && timeout != 0)