From a66b3c81dc6b8d1dfba8329cf9aacf217c80010c Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 18 May 2009 13:50:14 +0100 Subject: empathy-contact-groups: fix coding style and update FSF address --- libempathy/empathy-contact-groups.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libempathy/empathy-contact-groups.c') diff --git a/libempathy/empathy-contact-groups.c b/libempathy/empathy-contact-groups.c index 6973a960a..a9040f2df 100644 --- a/libempathy/empathy-contact-groups.c +++ b/libempathy/empathy-contact-groups.c @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU General Public * License along with this program; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301 USA * * Authors: Martyn Russell */ @@ -101,7 +101,7 @@ contact_groups_file_parse (const gchar *filename) if (!empathy_xml_validate (doc, CONTACT_GROUPS_DTD_FILENAME)) { g_warning ("Failed to validate file:'%s'", filename); - xmlFreeDoc(doc); + xmlFreeDoc (doc); xmlFreeParserCtxt (ctxt); return; } @@ -152,7 +152,7 @@ contact_groups_file_parse (const gchar *filename) DEBUG ("Parsed %d contact groups", g_list_length (groups)); - xmlFreeDoc(doc); + xmlFreeDoc (doc); xmlFreeParserCtxt (ctxt); } -- cgit v1.2.3