[libgit2-glib] Fix alignment
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgit2-glib] Fix alignment
- Date: Mon, 15 Dec 2014 12:28:34 +0000 (UTC)
commit 762dfdc0e74bf23d941780f680b3a492c9394b00
Author: Jesse van den Kieboom <jessevdk gmail com>
Date: Mon Dec 15 13:28:25 2014 +0100
Fix alignment
libgit2-glib/ggit-commit-parents.c | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/libgit2-glib/ggit-commit-parents.c b/libgit2-glib/ggit-commit-parents.c
index 962883d..7d5cac1 100644
--- a/libgit2-glib/ggit-commit-parents.c
+++ b/libgit2-glib/ggit-commit-parents.c
@@ -42,9 +42,9 @@ G_DEFINE_TYPE (GgitCommitParents, ggit_commit_parents, G_TYPE_OBJECT)
static void
ggit_commit_parents_get_property (GObject *object,
-
guint prop_id,
-
GValue *value,
-
GParamSpec *pspec)
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
{
GgitCommitParents *parents = GGIT_COMMIT_PARENTS (object);
@@ -64,9 +64,9 @@ ggit_commit_parents_get_property (GObject *object,
static void
ggit_commit_parents_set_property (GObject *object,
-
guint prop_id,
-
const GValue *value,
-
GParamSpec *pspec)
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
{
GgitCommitParentsPrivate *priv = GGIT_COMMIT_PARENTS (object)->priv;
@@ -168,7 +168,7 @@ ggit_commit_parents_get_size (GgitCommitParents *parents)
**/
GgitCommit *
ggit_commit_parents_get (GgitCommitParents *parents,
- guint
idx)
+ guint idx)
{
git_commit *c;
git_commit *p;
@@ -197,7 +197,7 @@ ggit_commit_parents_get (GgitCommitParents *parents,
**/
GgitOId *
ggit_commit_parents_get_id (GgitCommitParents *parents,
-
guint idx)
+ guint idx)
{
git_commit *c;
const git_oid *oid;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]