Commit 659aa061 by Serge Hallyn

coverity: make indent match nest level

parent 5d9598d7
......@@ -207,9 +207,10 @@ int lxcunlock(struct lxc_lock *l)
case LXC_LOCK_ANON_SEM:
if (!l->u.sem)
ret = -2;
else
else {
ret = sem_post(l->u.sem);
saved_errno = errno;
}
break;
case LXC_LOCK_FLOCK:
process_lock();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment