formatting

This commit is contained in:
maliakal_d 2023-02-13 11:36:41 +01:00
parent 5c8c3ae3f3
commit d90bf6c7df
2 changed files with 4 additions and 4 deletions

View File

@ -215,7 +215,7 @@ template <typename T> class SharedMemory {
}
}
const char* getNoShmAccessMessage() const {
const char *getNoShmAccessMessage() const {
return ("No shared memory to access. Create it first with "
"hostname or config command.");
};