diff options
author | Xan Lopez <xan@igalia.com> | 2012-07-31 20:53:16 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-07-31 20:53:16 +0800 |
commit | 929fd55adb9116d358404aa8103a1854e7fd12d6 (patch) | |
tree | c377735830dc6a7eeeec73b90e6459ff9f8e9b0c /embed | |
parent | 3ffcaee1656e55de26030f9c9a0c14518cfce048 (diff) | |
download | gsoc2013-epiphany-929fd55adb9116d358404aa8103a1854e7fd12d6.tar.gz gsoc2013-epiphany-929fd55adb9116d358404aa8103a1854e7fd12d6.tar.zst gsoc2013-epiphany-929fd55adb9116d358404aa8103a1854e7fd12d6.zip |
ephy-encoding: fix indentation
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-encoding.h | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/embed/ephy-encoding.h b/embed/ephy-encoding.h index f27c132bb..eb588e977 100644 --- a/embed/ephy-encoding.h +++ b/embed/ephy-encoding.h @@ -56,29 +56,29 @@ struct _EphyEncodingClass typedef enum { - LG_NONE = 0, - LG_ARABIC = 1 << 0, - LG_BALTIC = 1 << 1, - LG_CAUCASIAN = 1 << 2, - LG_C_EUROPEAN = 1 << 3, - LG_CHINESE_TRAD = 1 << 4, - LG_CHINESE_SIMP = 1 << 5, - LG_CYRILLIC = 1 << 6, - LG_GREEK = 1 << 7, - LG_HEBREW = 1 << 8, - LG_INDIAN = 1 << 9, - LG_JAPANESE = 1 << 10, - LG_KOREAN = 1 << 12, - LG_NORDIC = 1 << 13, - LG_PERSIAN = 1 << 14, - LG_SE_EUROPEAN = 1 << 15, - LG_THAI = 1 << 16, - LG_TURKISH = 1 << 17, - LG_UKRAINIAN = 1 << 18, - LG_UNICODE = 1 << 19, - LG_VIETNAMESE = 1 << 20, - LG_WESTERN = 1 << 21, - LG_ALL = 0x3fffff, + LG_NONE = 0, + LG_ARABIC = 1 << 0, + LG_BALTIC = 1 << 1, + LG_CAUCASIAN = 1 << 2, + LG_C_EUROPEAN = 1 << 3, + LG_CHINESE_TRAD = 1 << 4, + LG_CHINESE_SIMP = 1 << 5, + LG_CYRILLIC = 1 << 6, + LG_GREEK = 1 << 7, + LG_HEBREW = 1 << 8, + LG_INDIAN = 1 << 9, + LG_JAPANESE = 1 << 10, + LG_KOREAN = 1 << 12, + LG_NORDIC = 1 << 13, + LG_PERSIAN = 1 << 14, + LG_SE_EUROPEAN = 1 << 15, + LG_THAI = 1 << 16, + LG_TURKISH = 1 << 17, + LG_UKRAINIAN = 1 << 18, + LG_UNICODE = 1 << 19, + LG_VIETNAMESE = 1 << 20, + LG_WESTERN = 1 << 21, + LG_ALL = 0x3fffff, } EphyLanguageGroup; |