diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-05-02 09:34:02 -0400 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-05-02 09:34:48 -0400 |
commit | 25a16c3379a35c1b84a17ea4dc0884bd9c44bffe (patch) | |
tree | 25a674cc7df44dcab88ab1395c4941100bd930ce /src/backends/meta-monitor-manager.c | |
parent | 730ed6f75f3590f03d9dbea074e43111e253ea69 (diff) | |
download | mutter-25a16c3379a35c1b84a17ea4dc0884bd9c44bffe.tar.gz |
Remove trailing whitespace
Diffstat (limited to 'src/backends/meta-monitor-manager.c')
-rw-r--r-- | src/backends/meta-monitor-manager.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backends/meta-monitor-manager.c b/src/backends/meta-monitor-manager.c index 37439e0f3..aed7fb594 100644 --- a/src/backends/meta-monitor-manager.c +++ b/src/backends/meta-monitor-manager.c @@ -1,6 +1,6 @@ /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ -/* +/* * Copyright (C) 2001, 2002 Havoc Pennington * Copyright (C) 2002, 2003 Red Hat Inc. * Some ICCCM manager selection code derived from fvwm2, @@ -8,7 +8,7 @@ * Copyright (C) 2003 Rob Adams * Copyright (C) 2004-2006 Elijah Newren * Copyright (C) 2013 Red Hat Inc. - * + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of the @@ -18,7 +18,7 @@ * 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, see <http://www.gnu.org/licenses/>. */ @@ -852,7 +852,7 @@ meta_monitor_manager_handle_apply_configuration (MetaDBusDisplayConfig *skeleto /* If we were in progress of making a persistent change and we see a new request, it's likely that the old one failed in some way, so don't save it, but also don't queue for restoring it. - */ + */ if (manager->persistent_timeout_id && persistent) { g_source_remove (manager->persistent_timeout_id); |