[gnome-builder/wip/libide: 72/237] libide: whitespace alignment



commit bdf163c78007085394e7bf417511655122ac4b4e
Author: Christian Hergert <christian hergert me>
Date:   Tue Feb 10 14:09:31 2015 -0800

    libide: whitespace alignment

 libide/ide-source-location.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libide/ide-source-location.h b/libide/ide-source-location.h
index 91daca1..0fb6dbd 100644
--- a/libide/ide-source-location.h
+++ b/libide/ide-source-location.h
@@ -29,9 +29,9 @@ GType              ide_source_location_get_type        (void);
 IdeSourceLocation *ide_source_location_ref             (IdeSourceLocation *self);
 void               ide_source_location_unref           (IdeSourceLocation *self);
 IdeSourceLocation *ide_source_location_new             (IdeFile           *file,
-                                                        guint             line,
-                                                        guint             line_offset,
-                                                        guint             offset);
+                                                        guint              line,
+                                                        guint              line_offset,
+                                                        guint              offset);
 guint              ide_source_location_get_line        (IdeSourceLocation *self);
 guint              ide_source_location_get_line_offset (IdeSourceLocation *self);
 guint              ide_source_location_get_offset      (IdeSourceLocation *self);


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