mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix code style
This commit is contained in:
parent
280aacca40
commit
1ddbc5068d
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ retry: fd = shm_open(wname, O_RDWR|O_CREAT|O_EXCL, 0600);
|
|||
ret = shm_unlink(wname);
|
||||
if (ret)
|
||||
return -12;
|
||||
|
||||
goto retry;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue