summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2013-07-29 10:34:39 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2013-07-29 10:35:07 +0200
commit35517a557b953b4d550e0b8e99b407b45b857dd2 (patch)
tree882ffc9a1afae625f0c3012d09a7d78205ae2249
parentf0992981a371b10c970e9d58aa06405c11003d21 (diff)
Fix coding style in previous patchfolks-0-8
-rw-r--r--backends/telepathy/lib/tpf-persona-store.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/telepathy/lib/tpf-persona-store.vala b/backends/telepathy/lib/tpf-persona-store.vala
index 73621a7c..960a3721 100644
--- a/backends/telepathy/lib/tpf-persona-store.vala
+++ b/backends/telepathy/lib/tpf-persona-store.vala
@@ -1095,7 +1095,7 @@ public class Tpf.PersonaStore : Folks.PersonaStore
return;
}
- persona._contact_weak_notify();
+ persona._contact_weak_notify ();
if (this._remove_persona (persona))
{