[gnome-builder] buffer: style cleanup



commit e6b4d5ada2a19d55a0b16a1152716155ea93b9cf
Author: Christian Hergert <chergert redhat com>
Date:   Wed Sep 6 13:42:42 2017 -0700

    buffer: style cleanup

 libide/buffers/ide-buffer.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libide/buffers/ide-buffer.c b/libide/buffers/ide-buffer.c
index 8d38ec0..238dd3d 100644
--- a/libide/buffers/ide-buffer.c
+++ b/libide/buffers/ide-buffer.c
@@ -2664,16 +2664,16 @@ ide_buffer_get_symbol_at_location_async (IdeBuffer           *self,
                                          gpointer             user_data)
 {
   IdeBufferPrivate *priv = ide_buffer_get_instance_private (self);
+  g_autoptr(IdeSourceLocation) srcloc = NULL;
+  g_autoptr(GPtrArray) extensions = NULL;
+  g_autoptr(GTask) task = NULL;
   IdeExtensionSetAdapter *adapter;
   IdeSymbolResolver *resolver;
-  g_autoptr(GTask) task = NULL;
-  g_autoptr(IdeSourceLocation) srcloc = NULL;
+  LookUpSymbolData *data;
   guint line;
   guint line_offset;
   guint offset;
   guint n_extensions;
-  g_autoptr(GPtrArray) extensions = NULL;
-  LookUpSymbolData *data;
 
   g_return_if_fail (IDE_IS_BUFFER (self));
   g_return_if_fail (location != NULL);


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