mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -05:00
Indent combi.c
This commit is contained in:
parent
9ff5a615e9
commit
42ae0a5871
1 changed files with 3 additions and 3 deletions
|
@ -102,7 +102,7 @@ static void combi_mode_destroy ( Switcher *sw )
|
||||||
g_free ( pd->cmd_list );
|
g_free ( pd->cmd_list );
|
||||||
g_free ( pd->starts );
|
g_free ( pd->starts );
|
||||||
g_free ( pd->lengths );
|
g_free ( pd->lengths );
|
||||||
g_free(pd->switchers);
|
g_free ( pd->switchers );
|
||||||
g_free ( pd );
|
g_free ( pd );
|
||||||
sw->private_data = NULL;
|
sw->private_data = NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue