diff options
author | Xan Lopez <xan@igalia.com> | 2012-07-31 21:09:33 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-07-31 21:09:33 +0800 |
commit | c5765d9eb4ffcc6bcf28e1daf27f56c2881676e8 (patch) | |
tree | a2f972fc2f3a1d97466c0ba6b95a4c4f2f99e8f6 /embed/ephy-encoding.h | |
parent | 074d885ee09f2b2e04bd6f6d9040f236db899dc8 (diff) | |
download | gsoc2013-epiphany-c5765d9eb4ffcc6bcf28e1daf27f56c2881676e8.tar.gz gsoc2013-epiphany-c5765d9eb4ffcc6bcf28e1daf27f56c2881676e8.tar.zst gsoc2013-epiphany-c5765d9eb4ffcc6bcf28e1daf27f56c2881676e8.zip |
ephy-encoding: fix extra blank line
Diffstat (limited to 'embed/ephy-encoding.h')
-rw-r--r-- | embed/ephy-encoding.h | 3 |
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, |