aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-view.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2010-08-09 22:49:11 +0800
committerPhilip Withnall <philip.withnall@collabora.co.uk>2010-08-09 22:49:11 +0800
commit8a5b247139826f2fae8f66bd512f544bd069c810 (patch)
tree243bd9d063442f334ccff13b0046d4dc49c9bb36 /libempathy-gtk/empathy-individual-view.c
parentbec8141c7c525d4198c0b2cf6a867fff344d3a14 (diff)
downloadgsoc2013-empathy-8a5b247139826f2fae8f66bd512f544bd069c810.tar
gsoc2013-empathy-8a5b247139826f2fae8f66bd512f544bd069c810.tar.gz
gsoc2013-empathy-8a5b247139826f2fae8f66bd512f544bd069c810.tar.bz2
gsoc2013-empathy-8a5b247139826f2fae8f66bd512f544bd069c810.tar.lz
gsoc2013-empathy-8a5b247139826f2fae8f66bd512f544bd069c810.tar.xz
gsoc2013-empathy-8a5b247139826f2fae8f66bd512f544bd069c810.tar.zst
gsoc2013-empathy-8a5b247139826f2fae8f66bd512f544bd069c810.zip
Minor coding style fixes in EmpathyIndividual[Store|View]
Diffstat (limited to 'libempathy-gtk/empathy-individual-view.c')
-rw-r--r--libempathy-gtk/empathy-individual-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-individual-view.c b/libempathy-gtk/empathy-individual-view.c
index ed7c68b5a..83811750b 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),