[empathy] Minor coding style fixes in EmpathyIndividual[Store|View]
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Minor coding style fixes in EmpathyIndividual[Store|View]
- Date: Mon, 9 Aug 2010 14:49:44 +0000 (UTC)
commit 8a5b247139826f2fae8f66bd512f544bd069c810
Author: Philip Withnall <philip withnall collabora co uk>
Date: Mon Aug 9 15:49:11 2010 +0100
Minor coding style fixes in EmpathyIndividual[Store|View]
libempathy-gtk/empathy-individual-store.c | 4 ++--
libempathy-gtk/empathy-individual-view.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libempathy-gtk/empathy-individual-store.c b/libempathy-gtk/empathy-individual-store.c
index 64411f1..1617872 100644
--- a/libempathy-gtk/empathy-individual-store.c
+++ b/libempathy-gtk/empathy-individual-store.c
@@ -475,9 +475,9 @@ individual_store_contact_active_invalidated (ShowActiveData *data,
* store has disappeared. */
g_source_remove (data->timeout);
- if (old_object == (GObject *)data->self)
+ if (old_object == (GObject *) data->self)
data->self = NULL;
- else if (old_object == (GObject *)data->individual)
+ else if (old_object == (GObject *) data->individual)
data->individual = NULL;
else
g_assert_not_reached ();
diff --git a/libempathy-gtk/empathy-individual-view.c b/libempathy-gtk/empathy-individual-view.c
index ed7c68b..8381175 100644
--- a/libempathy-gtk/empathy-individual-view.c
+++ b/libempathy-gtk/empathy-individual-view.c
@@ -109,7 +109,7 @@ enum DndDragType
};
#define DRAG_TYPE(T,I) \
- { (gchar *)T, 0, I }
+ { (gchar *) T, 0, I }
static const GtkTargetEntry drag_types_dest[] = {
DRAG_TYPE ("text/path-list", DND_DRAG_TYPE_URI_LIST),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]