]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-geometry.h
geometry: port to TP coding style
[empathy.git] / libempathy-gtk / empathy-geometry.h
index 2bb923b6c8b9aaba9e31502be0f7daf79117cc87..dc8fab6500a44dbe12dbdced25a2669746be2d38 100644 (file)
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * Copyright (C) 2006-2007 Imendio AB
  * Copyright (C) 2007-2008 Collabora Ltd.
 G_BEGIN_DECLS
 
 void empathy_geometry_save (GtkWindow *window,
-                           const gchar *name);
+    const gchar *name);
 
 void empathy_geometry_load (GtkWindow *window,
-                           const gchar *name);
+    const gchar *name);
 
 void empathy_geometry_bind (GtkWindow *window,
-                           const gchar *name);
+    const gchar *name);
 
 void empathy_geometry_unbind (GtkWindow *window);