remove extra whitespace
This commit is contained in:
parent
9434b5cadd
commit
e04b2e8638
|
@ -95,7 +95,7 @@ int main(int argc, char **argv) {
|
||||||
if (argc > 1) {
|
if (argc > 1) {
|
||||||
command_argv = &argv[1];
|
command_argv = &argv[1];
|
||||||
} else {
|
} else {
|
||||||
#if VTE_CHECK_VERSION (0, 28, 0)
|
#if VTE_CHECK_VERSION(0, 28, 0)
|
||||||
default_argv[0] = vte_get_user_shell();
|
default_argv[0] = vte_get_user_shell();
|
||||||
#else
|
#else
|
||||||
default_argv[0] = g_strdup(g_getenv("SHELL"));
|
default_argv[0] = g_strdup(g_getenv("SHELL"));
|
||||||
|
|
Loading…
Reference in New Issue