1
0
Fork 0
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:
Steffen Vogel 2019-01-30 01:54:03 +01:00
parent 280aacca40
commit 1ddbc5068d

View file

@ -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;
}