[folks/wip/nielsdg/meson: 1/2] tracker: Remove extra whitespace in valadoc comments



commit f4f3adfefb8fe6de92f8b999cf586079da1008d0
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sun Apr 14 18:15:26 2019 +0200

    tracker: Remove extra whitespace in valadoc comments
    
    It actually makes valadoc error out with the message:
    
    > unexpected token: <space>

 backends/tracker/lib/trf-persona-store.vala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/backends/tracker/lib/trf-persona-store.vala b/backends/tracker/lib/trf-persona-store.vala
index e19d7cdd..fc39ea23 100644
--- a/backends/tracker/lib/trf-persona-store.vala
+++ b/backends/tracker/lib/trf-persona-store.vala
@@ -814,7 +814,7 @@ public class Trf.PersonaStore : Folks.PersonaStore
 
  /**
    * Transforms "service1:addr1,addr2;service2:addr3,.." to
-   *   --->  HashMultiMap<string, string>
+   * into a HashMultiMap<string, string>
    *
    * @since 0.5.1
    */
@@ -1066,7 +1066,7 @@ public class Trf.PersonaStore : Folks.PersonaStore
    * Prepare the PersonaStore for use.
    *
    * TODO: we should throw different errors dependening on what went wrong
-   *       when we were trying to setup the PersonaStore.
+   * when we were trying to setup the PersonaStore.
    *
    * See {@link Folks.PersonaStore.prepare}.
    *


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