[folks/wip/nielsdg/ci-style-check: 1/3] Get rid of all remaining tabs




commit 6b219d333cb84756af06a91864affc72f6004655
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sat Dec 5 13:47:13 2020 +0100

    Get rid of all remaining tabs
    
    We're going to start checking for (accidental) use of tabs for
    indentation in our CI, which is a lot easier if no tabs are used in the
    first place.

 backends/telepathy/lib/tp-zeitgeist-dummy.vala | 2 +-
 backends/telepathy/lib/tp-zeitgeist.vala       | 2 +-
 tests/eds/add-persona.vala                     | 2 +-
 tests/folks/primary-store-changes.vala         | 2 +-
 tests/lib/gtestdbus.c                          | 4 ++--
 tests/lib/test-case.vala                       | 4 ++--
 6 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/backends/telepathy/lib/tp-zeitgeist-dummy.vala b/backends/telepathy/lib/tp-zeitgeist-dummy.vala
index b0dd65d7..991b2621 100644
--- a/backends/telepathy/lib/tp-zeitgeist-dummy.vala
+++ b/backends/telepathy/lib/tp-zeitgeist-dummy.vala
@@ -16,7 +16,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
  *
  * Authors:
- *     Philip Withnall <philip tecnocode co uk>
+ *   Philip Withnall <philip tecnocode co uk>
  */
 
 using Folks;
diff --git a/backends/telepathy/lib/tp-zeitgeist.vala b/backends/telepathy/lib/tp-zeitgeist.vala
index eaa19f1f..2b999956 100644
--- a/backends/telepathy/lib/tp-zeitgeist.vala
+++ b/backends/telepathy/lib/tp-zeitgeist.vala
@@ -16,7 +16,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
  *
  * Authors:
- *     Philip Withnall <philip tecnocode co uk>
+ *   Philip Withnall <philip tecnocode co uk>
  */
 
 using Folks;
diff --git a/tests/eds/add-persona.vala b/tests/eds/add-persona.vala
index 4483133d..aa4881b1 100644
--- a/tests/eds/add-persona.vala
+++ b/tests/eds/add-persona.vala
@@ -401,7 +401,7 @@ public class AddPersonaTests : EdsTest.TestCase
       foreach (var phone_fd in i.phone_numbers)
         {
           /* Can be returned, when the evolution-data-server is compiled with the libphonenumber support */
-         phone_fd.remove_parameter_all ("x-evolution-e164");
+          phone_fd.remove_parameter_all ("x-evolution-e164");
 
           var phone_1 = new PhoneFieldDetails (this._phone_1);
           phone_1.set_parameter (AbstractFieldDetails.PARAM_TYPE,
diff --git a/tests/folks/primary-store-changes.vala b/tests/folks/primary-store-changes.vala
index b7bb9d20..7f6a4c9b 100644
--- a/tests/folks/primary-store-changes.vala
+++ b/tests/folks/primary-store-changes.vala
@@ -86,7 +86,7 @@ public class PrimaryStoreChangesTests : DummyTest.TestCase
     }
 
   /* Test that when manually changing ::primary-store gsetting key, the
-        IndividualAgreggator instance gets notified */
+     IndividualAgreggator instance gets notified */
   public void test_change_primary_store_setting ()
     {
       /* Iff running uninstalled, the GSetting schema will not be available, and
diff --git a/tests/lib/gtestdbus.c b/tests/lib/gtestdbus.c
index 498100b3..11669f3f 100644
--- a/tests/lib/gtestdbus.c
+++ b/tests/lib/gtestdbus.c
@@ -143,7 +143,7 @@ _folks_test_watcher_add_pid (GPid pid)
       info.BasicLimitInformation.LimitFlags = 0x2000 /* JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE */;
 
       if (!SetInformationJobObject(job, JobObjectExtendedLimitInformation, &info, sizeof (info)))
-       g_warning ("Can't enable JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE: %s", g_win32_error_message 
(GetLastError()));
+        g_warning ("Can't enable JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE: %s", g_win32_error_message 
(GetLastError()));
 
       g_once_init_leave (&started,(gsize)job);
     }
@@ -571,7 +571,7 @@ write_config_file (FolksTestDBus *self)
 #else
       "  <listen>unix:tmpdir=/tmp</listen>\n"
 #endif
-                  );
+  );
 
   if (self->priv->flags & FOLKS_TEST_DBUS_SYSTEM_BUS)
     {
diff --git a/tests/lib/test-case.vala b/tests/lib/test-case.vala
index d4d3bdd2..838ba8dd 100644
--- a/tests/lib/test-case.vala
+++ b/tests/lib/test-case.vala
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
  *
  * Author:
- *     Julien Peeters <contact julienpeeters fr>
- *     Simon McVittie <simon mcvittie collabora co uk>
+ *   Julien Peeters <contact julienpeeters fr>
+ *   Simon McVittie <simon mcvittie collabora co uk>
  *
  * Adapted from libgee/tests/testcase.vala.
  */


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