summaryrefslogtreecommitdiff
path: root/xfce4-session/xfsm-legacy.c
diff options
context:
space:
mode:
authorJérôme Guelfucci <jeromeg@xfce.org>2010-09-29 18:55:03 +0200
committerJérôme Guelfucci <jeromeg@xfce.org>2010-09-29 18:55:03 +0200
commit621c972cd9f36b7a9bc5e42612b2161a56035520 (patch)
tree0dc1457bb100dc98283cd87785b39b781f87d038 /xfce4-session/xfsm-legacy.c
parent8e192f945cb01eba2bcf7e042f4a6dc5f8ec0747 (diff)
downloadxfce4-session-621c972cd9f36b7a9bc5e42612b2161a56035520.tar.gz
Remove trailing white spaces and fix indentation in a lot of places...
Diffstat (limited to 'xfce4-session/xfsm-legacy.c')
-rw-r--r--xfce4-session/xfsm-legacy.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/xfce4-session/xfsm-legacy.c b/xfce4-session/xfsm-legacy.c
index 2860d266..91470cd4 100644
--- a/xfce4-session/xfsm-legacy.c
+++ b/xfce4-session/xfsm-legacy.c
@@ -7,12 +7,12 @@
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
@@ -29,10 +29,10 @@
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
- *
+ *
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
- *
+ *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -249,7 +249,7 @@ get_wmclientmachine (Window window)
status = XGetWMClientMachine (gdk_display, window, &tp);
if (gdk_error_trap_pop ())
return NULL;
-
+
if (status)
{
if (tp.encoding == XA_STRING && tp.format == 8 && tp.nitems != 0)