Fix coding style

This commit is contained in:
Davide Gessa 2016-06-06 20:19:33 +02:00
parent a525b3bd09
commit d111484f89

View file

@ -49,7 +49,8 @@ static void AddFiltersToDialog( GtkWidget *dialog, const char *filterList )
char typebufWildcard[NFD_MAX_STRLEN];
/* add another type to the filter */
if (strlen(typebuf) <= 0 || strlen(typebuf) > NFD_MAX_STRLEN-1) {
if (strlen(typebuf) <= 0 || strlen(typebuf) > NFD_MAX_STRLEN-1)
{
p_filterList++;
continue;
}