[gnome-builder] remove some stray tab characters



commit c6c41f584d00735e621922466413a3a66749ad82
Author: Christian Hergert <chergert redhat com>
Date:   Tue Mar 13 22:40:44 2018 -0700

    remove some stray tab characters

 src/libide/buffers/ide-buffer.c                 |  6 +++---
 src/plugins/ctags/ide-ctags-symbol-resolver.c   |  2 +-
 src/plugins/git/ide-git-buffer-change-monitor.c |  2 +-
 src/plugins/retab/gbp-retab-view-addin.c        |  2 +-
 src/plugins/xml-pack/ide-xml-rng-parser.c       | 18 +++++++++---------
 src/plugins/xml-pack/ide-xml-validator.c        |  2 +-
 6 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/src/libide/buffers/ide-buffer.c b/src/libide/buffers/ide-buffer.c
index 20eb43b6b..cc071da44 100644
--- a/src/libide/buffers/ide-buffer.c
+++ b/src/libide/buffers/ide-buffer.c
@@ -2783,9 +2783,9 @@ ide_buffer_get_symbol_at_location_cb (GObject      *object,
   else if (data->symbol == NULL)
     {
       g_task_return_new_error (task,
-                     G_IO_ERROR,
-                     G_IO_ERROR_NOT_FOUND,
-                     "Symbol not found");
+                               G_IO_ERROR,
+                               G_IO_ERROR_NOT_FOUND,
+                               "Symbol not found");
     }
   else
     {
diff --git a/src/plugins/ctags/ide-ctags-symbol-resolver.c b/src/plugins/ctags/ide-ctags-symbol-resolver.c
index ef221fb3a..bfc655466 100644
--- a/src/plugins/ctags/ide-ctags-symbol-resolver.c
+++ b/src/plugins/ctags/ide-ctags-symbol-resolver.c
@@ -595,7 +595,7 @@ ide_ctags_symbol_resolver_get_symbol_tree_worker (GTask        *task,
             case IDE_CTAGS_INDEX_ENTRY_VARIABLE:
             case IDE_CTAGS_INDEX_ENTRY_PROTOTYPE:
             case IDE_CTAGS_INDEX_ENTRY_DEFINE:
-           case IDE_CTAGS_INDEX_ENTRY_IMPORT:
+            case IDE_CTAGS_INDEX_ENTRY_IMPORT:
             case IDE_CTAGS_INDEX_ENTRY_ENUMERATION_NAME:
               node = ide_ctags_symbol_node_new (self, index, entry);
               break;
diff --git a/src/plugins/git/ide-git-buffer-change-monitor.c b/src/plugins/git/ide-git-buffer-change-monitor.c
index 657d2b88a..dcb149051 100644
--- a/src/plugins/git/ide-git-buffer-change-monitor.c
+++ b/src/plugins/git/ide-git-buffer-change-monitor.c
@@ -563,7 +563,7 @@ diff_line_cb (GgitDiffDelta *delta,
   type = ggit_diff_line_get_origin (line);
 
   new_lineno = ggit_diff_line_get_new_lineno (line);
-       old_lineno = ggit_diff_line_get_old_lineno (line);
+  old_lineno = ggit_diff_line_get_old_lineno (line);
 
   /*
    * The callbacks here are are somewhat cryptic and have been little
diff --git a/src/plugins/retab/gbp-retab-view-addin.c b/src/plugins/retab/gbp-retab-view-addin.c
index 5d89a063a..1409aa9e5 100644
--- a/src/plugins/retab/gbp-retab-view-addin.c
+++ b/src/plugins/retab/gbp-retab-view-addin.c
@@ -45,7 +45,7 @@ get_buffer_range_indent (GtkTextBuffer *buffer,
   while (!gtk_text_iter_ends_line (&iter) && g_unichar_isspace(gtk_text_iter_get_char (&iter)))
     {
       gtk_text_iter_forward_char (&iter);
-       ++indent;
+      ++indent;
     }
 
   return indent;
diff --git a/src/plugins/xml-pack/ide-xml-rng-parser.c b/src/plugins/xml-pack/ide-xml-rng-parser.c
index e79c44053..31e59bd6a 100644
--- a/src/plugins/xml-pack/ide-xml-rng-parser.c
+++ b/src/plugins/xml-pack/ide-xml-rng-parser.c
@@ -55,16 +55,16 @@ static IdeXmlSchema     *parse_document             (IdeXmlRngParser    *self,
 
 typedef enum
 {
-  XML_RNG_FLAGS_IN_ATTRIBUTE      = 1 << 0,
-  XML_RNG_FLAGS_IN_ONEORMORE      = 1 << 1,
-  XML_RNG_FLAGS_IN_LIST                       = 1 << 2,
-  XML_RNG_FLAGS_IN_DATAEXCEPT     = 1 << 3,
-  XML_RNG_FLAGS_IN_START                    = 1 << 4,
-  XML_RNG_FLAGS_IN_OOMGROUP               = 1 << 5,
+  XML_RNG_FLAGS_IN_ATTRIBUTE     = 1 << 0,
+  XML_RNG_FLAGS_IN_ONEORMORE     = 1 << 1,
+  XML_RNG_FLAGS_IN_LIST          = 1 << 2,
+  XML_RNG_FLAGS_IN_DATAEXCEPT    = 1 << 3,
+  XML_RNG_FLAGS_IN_START         = 1 << 4,
+  XML_RNG_FLAGS_IN_OOMGROUP      = 1 << 5,
   XML_RNG_FLAGS_IN_OOMINTERLEAVE = 1 << 6,
-  XML_RNG_FLAGS_IN_EXTERNALREF  = 1 << 7,
-  XML_RNG_FLAGS_IN_ANYEXCEPT      = 1 << 8,
-  XML_RNG_FLAGS_IN_NSEXCEPT               = 1 << 9
+  XML_RNG_FLAGS_IN_EXTERNALREF   = 1 << 7,
+  XML_RNG_FLAGS_IN_ANYEXCEPT     = 1 << 8,
+  XML_RNG_FLAGS_IN_NSEXCEPT      = 1 << 9
 } XmlRngFlags;
 
 typedef enum
diff --git a/src/plugins/xml-pack/ide-xml-validator.c b/src/plugins/xml-pack/ide-xml-validator.c
index fe4edb62f..33ad68c25 100644
--- a/src/plugins/xml-pack/ide-xml-validator.c
+++ b/src/plugins/xml-pack/ide-xml-validator.c
@@ -244,7 +244,7 @@ ide_xml_validator_set_schema (IdeXmlValidator  *self,
     }
   else if (kind == SCHEMA_KIND_RNG)
     {
-      if (NULL != (rng_parser = xmlRelaxNGNewMemParserCtxt     (data, size)) &&
+      if (NULL != (rng_parser = xmlRelaxNGNewMemParserCtxt (data, size)) &&
           NULL != (self->rng = xmlRelaxNGParse (rng_parser)))
         ret = TRUE;
     }


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