ecore-con: Minor formatting fix

NB: No functional changes
This commit is contained in:
Christopher Michael 2019-01-09 10:07:17 -05:00
parent 07521f5e07
commit a3117c45b4
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ _efl_net_control_technology_scan_promise_del(void *data, Efl_Loop_Consumer *cons
Efl_Net_Control_Technology_Data *pd;
Eo *o;
if (!p) return ;
if (!p) return;
o = eldbus_pending_data_get(p, ".object");
pd = efl_data_scope_get(o, MY_CLASS);