whitespace changes
This commit is contained in:
parent
0e6161b0d4
commit
8a3bfe527c
3 changed files with 11 additions and 11 deletions
|
@ -312,7 +312,7 @@ gint main(gint argc, gchar **argv)
|
||||||
gchar **argvp;
|
gchar **argvp;
|
||||||
GError *err = NULL;
|
GError *err = NULL;
|
||||||
|
|
||||||
/* run other shit */
|
/* run other window manager */
|
||||||
if (g_shell_parse_argv(restart_path, &argcp, &argvp, &err)) {
|
if (g_shell_parse_argv(restart_path, &argcp, &argvp, &err)) {
|
||||||
execvp(argvp[0], argvp);
|
execvp(argvp[0], argvp);
|
||||||
g_strfreev(argvp);
|
g_strfreev(argvp);
|
||||||
|
|
Loading…
Reference in a new issue