From a696d557baaebc7c0731a1c4149c7bf9f630a1e2 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 27 Jan 2016 13:41:27 +0100 Subject: fix formating --- src/dialog.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/dialog.cpp') diff --git a/src/dialog.cpp b/src/dialog.cpp index 023e6ef..0e6b747 100644 --- a/src/dialog.cpp +++ b/src/dialog.cpp @@ -111,15 +111,15 @@ void Dialog::on_treeView_doubleClicked(const QModelIndex& index) setenv("PVS_AUTO_CONNECT", "TRUE", 1); else setenv("PVS_AUTO_CONNECT", "FALSE", 1); - // export session information to the environment of the process to be exec'ed - setenv("SESSION_NAME", s->shortDescription().toUtf8(), 1); - if (s->type() == Session::VSESSION) { - setenv("SESSION_TYPE", "VSESSION", 1); - setenv("SESSION_CMD", "", 1); - } else if (s->type() == Session::XSESSION) { - setenv("SESSION_TYPE", "XSESSION", 1); - setenv("SESSION_CMD", s->execCommand().toUtf8(), 1); - } + // export session information to the environment of the process to be exec'ed + setenv("SESSION_NAME", s->shortDescription().toUtf8(), 1); + if (s->type() == Session::VSESSION) { + setenv("SESSION_TYPE", "VSESSION", 1); + setenv("SESSION_CMD", "", 1); + } else if (s->type() == Session::XSESSION) { + setenv("SESSION_TYPE", "XSESSION", 1); + setenv("SESSION_CMD", s->execCommand().toUtf8(), 1); + } // Fork this process twice to detach pid_t pid = fork(); if (pid == 0) { -- cgit v1.2.3-55-g7522