[lasem] Use 8-space indentation in lsm_mathml_style_get_type().



commit f9e7c0068000d46fc0a5f10e8a93ef63b6414a8d
Author: Jorn Baayen <jorn baayen gmail com>
Date:   Sun Oct 4 13:55:57 2009 +0200

    Use 8-space indentation in lsm_mathml_style_get_type().
    
    Signed-off-by: Emmanuel Pacaud <emmanuel pacaud lapp in2p3 fr>

 src/lsmmathmlstyle.c |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/src/lsmmathmlstyle.c b/src/lsmmathmlstyle.c
index 980c1e1..4901edf 100644
--- a/src/lsmmathmlstyle.c
+++ b/src/lsmmathmlstyle.c
@@ -27,12 +27,13 @@
 GType
 lsm_mathml_style_get_type (void)
 {
-    static GType our_type = 0;
-    if (our_type == 0)
-        our_type = g_boxed_type_register_static("LsmMathmlStyle",
-                                                (GBoxedCopyFunc) lsm_mathml_style_duplicate,
-                                                (GBoxedFreeFunc) lsm_mathml_style_free);
-    return our_type;
+        static GType our_type = 0;
+        if (our_type == 0)
+                our_type = g_boxed_type_register_static
+                                ("LsmMathmlStyle",
+                                 (GBoxedCopyFunc) lsm_mathml_style_duplicate,
+                                 (GBoxedFreeFunc) lsm_mathml_style_free);
+        return our_type;
 }
 
 LsmMathmlStyle *



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