summaryrefslogtreecommitdiff
path: root/libs/interprocess/test/shared_memory_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/interprocess/test/shared_memory_test.cpp')
-rw-r--r--libs/interprocess/test/shared_memory_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/interprocess/test/shared_memory_test.cpp b/libs/interprocess/test/shared_memory_test.cpp
index 586ae806fb..de51516db0 100644
--- a/libs/interprocess/test/shared_memory_test.cpp
+++ b/libs/interprocess/test/shared_memory_test.cpp
@@ -62,7 +62,7 @@ int main ()
test::test_named_creation<shared_memory_creation_test_wrapper>();
//Create and get name, size and address
- {
+ {
shared_memory_object::remove(ShmName);
shared_memory shm1(create_only, ShmName, ShmSize, read_write, 0, permissions());