cleanup
[platform/upstream/glib.git] / gio / gtestdbus.h
index f848a8f..0e82e33 100644 (file)
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
  *
  * Authors: David Zeuthen <davidz@redhat.com>
  *          Xavier Claessens <xavier.claessens@collabora.co.uk>
  */
 
+#ifndef __G_TEST_DBUS_H__
+#define __G_TEST_DBUS_H__
+
 #if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION)
 #error "Only <gio/gio.h> can be included directly."
 #endif
 
-#ifndef __G_TEST_DBUS_H__
-#define __G_TEST_DBUS_H__
-
 #include <gio/giotypes.h>
 
 G_BEGIN_DECLS
@@ -37,7 +35,7 @@ G_BEGIN_DECLS
     (g_test_dbus_get_type ())
 #define G_TEST_DBUS(obj) \
     (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_TEST_DBUS, \
-        GTestDbus))
+        GTestDBus))
 #define G_IS_TEST_DBUS(obj) \
     (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_TEST_DBUS))