comparison gui/interface.c @ 37076:60835d705f76

Cosmetic: Adjust indent.
author ib
date Thu, 24 Apr 2014 13:20:58 +0000
parents 3021ac203d3c
children 4bef9233da1b
comparison
equal deleted inserted replaced
37075:3021ac203d3c 37076:60835d705f76
292 292
293 if (!settings) 293 if (!settings)
294 return; 294 return;
295 295
296 vf_settings = settings; 296 vf_settings = settings;
297 vf_settings[i].name = strdup(vf); 297 vf_settings[i].name = strdup(vf);
298 vf_settings[i].attribs = listDup(argvf); 298 vf_settings[i].attribs = listDup(argvf);
299 memset(&vf_settings[i + 1], 0, sizeof(m_obj_settings_t)); 299 memset(&vf_settings[i + 1], 0, sizeof(m_obj_settings_t));
300 } 300 }
301 } else { 301 } else {
302 vf_settings = calloc(2, sizeof(m_obj_settings_t)); 302 vf_settings = calloc(2, sizeof(m_obj_settings_t));
303 303