[epiphany] ephy-encoding: fix indentation



commit 929fd55adb9116d358404aa8103a1854e7fd12d6
Author: Xan Lopez <xan igalia com>
Date:   Tue Jul 31 14:53:16 2012 +0200

    ephy-encoding: fix indentation

 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 f27c132..eb588e9 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;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]