aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-07-31 21:09:33 +0800
committerXan Lopez <xan@igalia.com>2012-07-31 21:09:33 +0800
commitc5765d9eb4ffcc6bcf28e1daf27f56c2881676e8 (patch)
treea2f972fc2f3a1d97466c0ba6b95a4c4f2f99e8f6 /embed
parent074d885ee09f2b2e04bd6f6d9040f236db899dc8 (diff)
downloadgsoc2013-epiphany-c5765d9eb4ffcc6bcf28e1daf27f56c2881676e8.tar
gsoc2013-epiphany-c5765d9eb4ffcc6bcf28e1daf27f56c2881676e8.tar.gz
gsoc2013-epiphany-c5765d9eb4ffcc6bcf28e1daf27f56c2881676e8.tar.bz2
gsoc2013-epiphany-c5765d9eb4ffcc6bcf28e1daf27f56c2881676e8.tar.lz
gsoc2013-epiphany-c5765d9eb4ffcc6bcf28e1daf27f56c2881676e8.tar.xz
gsoc2013-epiphany-c5765d9eb4ffcc6bcf28e1daf27f56c2881676e8.tar.zst
gsoc2013-epiphany-c5765d9eb4ffcc6bcf28e1daf27f56c2881676e8.zip
ephy-encoding: fix extra blank line
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-encoding.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/embed/ephy-encoding.h b/embed/ephy-encoding.h
index eb588e977..92d0addf4 100644
--- a/embed/ephy-encoding.h
+++ b/embed/ephy-encoding.h
@@ -79,8 +79,7 @@ typedef enum
LG_VIETNAMESE = 1 << 20,
LG_WESTERN = 1 << 21,
LG_ALL = 0x3fffff,
-}
- EphyLanguageGroup;
+} EphyLanguageGroup;
GType ephy_encoding_get_type (void);
EphyEncoding * ephy_encoding_new (const char *encoding,