Move break statement into case braces

This commit is contained in:
Daniel Zaoui 2018-06-17 10:52:02 +03:00
parent 41ad146676
commit e032a521d9
1 changed files with 1 additions and 1 deletions

View File

@ -501,8 +501,8 @@ _session_populate()
case OFFLINE:
{
if (ext->session_changed_cb) ext->session_changed_cb(ext);
break;
}
break;
case LOCAL_CONNECTION:
{
ext->session = eina_debug_local_connect(EINA_TRUE);