graphics: fix nxstyle errors

Fix nxstyle errors to pass CI

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea
2021-02-05 09:05:48 +01:00
committed by Alan Carvalho de Assis
parent 87596d74dd
commit f177951c39
55 changed files with 453 additions and 312 deletions
+3 -1
View File
@@ -77,7 +77,9 @@ int nxterm_semwait(FAR struct nxterm_state_s *priv)
me = getpid();
if (priv->holder != me)
{
/* No.. then wait until the thread that does hold it is finished with it */
/* No..
* then wait until the thread that does hold it is finished with it
*/
ret = nxsem_wait(&priv->exclsem);
if (ret == OK)