[gnome-builder] io: whitespace



commit 2bb31393a697ef0e9d079a97829de36c6b9d9367
Author: Christian Hergert <chergert redhat com>
Date:   Mon May 6 20:55:17 2019 -0700

    io: whitespace

 src/libide/io/ide-path.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/libide/io/ide-path.h b/src/libide/io/ide-path.h
index 9d7e2786d..6517e95fd 100644
--- a/src/libide/io/ide-path.h
+++ b/src/libide/io/ide-path.h
@@ -29,13 +29,13 @@
 G_BEGIN_DECLS
 
 IDE_AVAILABLE_IN_3_32
-gchar    *ide_path_collapse    (const gchar *path);
+gchar    *ide_path_collapse             (const gchar *path);
 IDE_AVAILABLE_IN_3_32
-gchar    *ide_path_expand      (const gchar *path);
+gchar    *ide_path_expand               (const gchar *path);
 IDE_AVAILABLE_IN_3_34
-gboolean  ide_path_is_c_like   (const gchar *path);
+gboolean  ide_path_is_c_like            (const gchar *path);
 IDE_AVAILABLE_IN_3_34
-gboolean  ide_path_is_cpp_like (const gchar *path);
+gboolean  ide_path_is_cpp_like          (const gchar *path);
 IDE_AVAILABLE_IN_3_34
 gchar    *ide_find_program_in_host_path (const gchar *program);
 


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