summaryrefslogtreecommitdiffstats
path: root/fastos/src/tests/sockettest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fastos/src/tests/sockettest.cpp')
-rw-r--r--fastos/src/tests/sockettest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastos/src/tests/sockettest.cpp b/fastos/src/tests/sockettest.cpp
index b903aee6f50..ad82be32312 100644
--- a/fastos/src/tests/sockettest.cpp
+++ b/fastos/src/tests/sockettest.cpp
@@ -98,7 +98,7 @@ private:
int ReceiveBufferSpace ()
{
return static_cast<int>
- (reinterpret_cast<unsigned char *>((_receiveBuffer + BUFFER_SIZE) -
+ (reinterpret_cast<unsigned char *>(_receiveBuffer + BUFFER_SIZE) -
_receivePtr);
}