From 9de343be1c92795b70a41f7a77d41081ac094313 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 26 Dec 2007 18:22:21 +0000 Subject: Whitespace fixes. svn path=/trunk/; revision=7824 --- embed/ephy-base-embed.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embed/ephy-base-embed.c b/embed/ephy-base-embed.c index 1cf0ba0cb..2e4bd7255 100644 --- a/embed/ephy-base-embed.c +++ b/embed/ephy-base-embed.c @@ -47,7 +47,7 @@ #define MAX_TITLE_LENGTH 512 /* characters */ #define RELOAD_DELAY 250 /* ms */ #define RELOAD_DELAY_MAX_TICKS 40 /* RELOAD_DELAY * RELOAD_DELAY_MAX_TICKS = 10 s */ -#define EMPTY_PAGE _("Blank page") /* Title for the empty page */ +#define EMPTY_PAGE _("Blank page") /* Title for the empty page */ struct _EphyBaseEmbedPrivate { EphyEmbedAddressExpire address_expire; @@ -676,7 +676,7 @@ ephy_base_embed_class_init (EphyBaseEmbedClass *klass) "Title", "The embed's title", EMPTY_PAGE, - G_PARAM_READABLE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB)); + G_PARAM_READABLE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB)); g_object_class_install_property (gobject_class, PROP_STATUS_MESSAGE, g_param_spec_string ("status-message", -- cgit v1.2.3