diff options
author | Xan Lopez <xan@src.gnome.org> | 2007-12-27 02:22:21 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2007-12-27 02:22:21 +0800 |
commit | 9de343be1c92795b70a41f7a77d41081ac094313 (patch) | |
tree | 2d32758b70dd25dcc72321617bbd5583ea3b4f26 /embed | |
parent | b3db2b35a492fc1560632bf54ddef6585048c289 (diff) | |
download | gsoc2013-epiphany-9de343be1c92795b70a41f7a77d41081ac094313.tar gsoc2013-epiphany-9de343be1c92795b70a41f7a77d41081ac094313.tar.gz gsoc2013-epiphany-9de343be1c92795b70a41f7a77d41081ac094313.tar.bz2 gsoc2013-epiphany-9de343be1c92795b70a41f7a77d41081ac094313.tar.lz gsoc2013-epiphany-9de343be1c92795b70a41f7a77d41081ac094313.tar.xz gsoc2013-epiphany-9de343be1c92795b70a41f7a77d41081ac094313.tar.zst gsoc2013-epiphany-9de343be1c92795b70a41f7a77d41081ac094313.zip |
Whitespace fixes.
svn path=/trunk/; revision=7824
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-base-embed.c | 4 |
1 files 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", |