diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-06-05 06:04:46 +0800 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-06-05 20:04:10 +0800 |
commit | 326ec5c02e85f1a94580120f6ccd715245348209 (patch) | |
tree | 5eaec395c634123090540abb265c47eb61e548e9 /libempathy-gtk/empathy-profile-chooser.h | |
parent | d3dc61867d99d3f9fa50e204fba66943d955ecd1 (diff) | |
download | gsoc2013-empathy-326ec5c02e85f1a94580120f6ccd715245348209.tar gsoc2013-empathy-326ec5c02e85f1a94580120f6ccd715245348209.tar.gz gsoc2013-empathy-326ec5c02e85f1a94580120f6ccd715245348209.tar.bz2 gsoc2013-empathy-326ec5c02e85f1a94580120f6ccd715245348209.tar.lz gsoc2013-empathy-326ec5c02e85f1a94580120f6ccd715245348209.tar.xz gsoc2013-empathy-326ec5c02e85f1a94580120f6ccd715245348209.tar.zst gsoc2013-empathy-326ec5c02e85f1a94580120f6ccd715245348209.zip |
Convert style to Telepathy coding style.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'libempathy-gtk/empathy-profile-chooser.h')
-rw-r--r-- | libempathy-gtk/empathy-profile-chooser.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-profile-chooser.h b/libempathy-gtk/empathy-profile-chooser.h index 74c761cc4..caea8b6f2 100644 --- a/libempathy-gtk/empathy-profile-chooser.h +++ b/libempathy-gtk/empathy-profile-chooser.h @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2; -*- */ /* * Copyright (C) 2007-2008 Collabora Ltd. * @@ -26,9 +26,9 @@ G_BEGIN_DECLS -GtkWidget * empathy_profile_chooser_new (void); +GtkWidget * empathy_profile_chooser_new (void); McProfile * empathy_profile_chooser_dup_selected (GtkWidget *widget); -gint empathy_profile_chooser_n_profiles (GtkWidget *widget); +gint empathy_profile_chooser_n_profiles (GtkWidget *widget); G_END_DECLS #endif /* __EMPATHY_PROTOCOL_CHOOSER_H__ */ |