summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2004-10-27 05:10:26 +0000
committerHavoc Pennington <hp@redhat.com>2004-10-27 05:10:26 +0000
commit5fb8be50dd361f8de4ea3529ed101dad0f0596e7 (patch)
treebbe52833b3e3366531539deb2bfdef181b7be4ca
parent0262bb314677af0fc411a3d98318bee2868f933a (diff)
downloadstartup-notification-5fb8be50dd361f8de4ea3529ed101dad0f0596e7.tar.gz
spaces before parens
-rw-r--r--libsn/sn-monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsn/sn-monitor.c b/libsn/sn-monitor.c
index b473fce..ae9a5b7 100644
--- a/libsn/sn-monitor.c
+++ b/libsn/sn-monitor.c
@@ -729,7 +729,7 @@ xmessage_func (SnDisplay *display,
/* Current spec says timestamp is part of the startup id; so we need
* to get the timestamp here if the launcher is using the current spec
*/
- time_str = sn_internal_find_last_occurrence(sequence->id, "_TIME");
+ time_str = sn_internal_find_last_occurrence (sequence->id, "_TIME");
if (time_str != NULL)
{
/* Skip past the "_TIME" part */