[pygobject/invoke-rewrite] indentation fix



commit 2e542c327cd52c1f77af28905557dd25c64175d8
Author: John (J5) Palmieri <johnp redhat com>
Date:   Thu May 26 16:10:13 2011 -0400

    indentation fix

 gi/pygi-marshal.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gi/pygi-marshal.c b/gi/pygi-marshal.c
index d5e9b17..bf069b8 100644
--- a/gi/pygi-marshal.c
+++ b/gi/pygi-marshal.c
@@ -1653,10 +1653,10 @@ _pygi_marshal_out_array (PyGIInvokeState   *state,
                 PyGIInterfaceCache *iface_cache = (PyGIInterfaceCache *)item_arg_cache;
                 switch (g_base_info_get_type (iface_cache->interface_info)) {
                     case GI_INFO_TYPE_STRUCT:
-                        case GI_INFO_TYPE_BOXED:
-                            is_struct = TRUE;
-                        default:
-                            break;
+                    case GI_INFO_TYPE_BOXED:
+                        is_struct = TRUE;
+                    default:
+                        break;
                 }
             }
 



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