Skip to content
Snippets Groups Projects
Verified Commit e477056e authored by Houtan Bastani's avatar Houtan Bastani
Browse files

remove unnecessary parens

parent 5042d9d0
Branches
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ tabs = get(tabGroup,'Children');
% Get handles structure
handles = guidata(hTab);
if(size(tabs,1)==1)
if size(tabs,1) == 1
delete(tabGroup);
rmappdata(0,'tabGroup');
handles = rmfield(handles, 'tabGroup');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment