[libgit2-glib] whitespace
- From: Alberto Fanjul <albfan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgit2-glib] whitespace
- Date: Wed, 22 Dec 2021 22:47:24 +0000 (UTC)
commit 1d0d7851dbef7193baffa7737aff130c78a96c32
Author: Alberto Fanjul <albertofanjul gmail com>
Date: Wed Dec 22 23:45:23 2021 +0100
whitespace
libgit2-glib/ggit-diff.c | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
---
diff --git a/libgit2-glib/ggit-diff.c b/libgit2-glib/ggit-diff.c
index 3448290..d6c0f1a 100644
--- a/libgit2-glib/ggit-diff.c
+++ b/libgit2-glib/ggit-diff.c
@@ -963,14 +963,14 @@ ggit_diff_blobs (GgitBlob *old_blob,
* there was no error, %NULL otherwise.
*/
GgitDiff *
-ggit_diff_new_buffers (const guint8 *buffer1,
- gssize buffer1_len,
- const gchar *buffer1_as_path,
- const guint8 *buffer2,
- gssize buffer2_len,
- const gchar *buffer2_as_path,
- GgitDiffOptions *diff_options,
- GError **error)
+ggit_diff_new_buffers (const guint8 *buffer1,
+ gssize buffer1_len,
+ const gchar *buffer1_as_path,
+ const guint8 *buffer2,
+ gssize buffer2_len,
+ const gchar *buffer2_as_path,
+ GgitDiffOptions *diff_options,
+ GError **error)
{
@@ -1047,18 +1047,18 @@ ggit_diff_new_buffers (const guint8 *buffer1,
* Same as ggit_diff_blobs() but using a buffer.
*/
void
-ggit_diff_blob_to_buffer (GgitBlob *old_blob,
- const gchar *old_as_path,
- const guint8 *buffer,
- gssize buffer_len,
- const gchar *buffer_as_path,
- GgitDiffOptions *diff_options,
- GgitDiffFileCallback file_cb,
- GgitDiffBinaryCallback binary_cb,
- GgitDiffHunkCallback hunk_cb,
- GgitDiffLineCallback line_cb,
- gpointer user_data,
- GError **error)
+ggit_diff_blob_to_buffer (GgitBlob *old_blob,
+ const gchar *old_as_path,
+ const guint8 *buffer,
+ gssize buffer_len,
+ const gchar *buffer_as_path,
+ GgitDiffOptions *diff_options,
+ GgitDiffFileCallback file_cb,
+ GgitDiffBinaryCallback binary_cb,
+ GgitDiffHunkCallback hunk_cb,
+ GgitDiffLineCallback line_cb,
+ gpointer user_data,
+ GError **error)
{
gint ret;
const git_diff_options *gdiff_options;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]