[libgxps] archive: fix indentation in the previous patch
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgxps] archive: fix indentation in the previous patch
- Date: Tue, 17 Jan 2017 08:06:06 +0000 (UTC)
commit 99e57d09242a65826fcf7ec1c65aa4be7b2bf717
Author: Paolo Borelli <pborelli gnome org>
Date: Tue Jan 17 09:01:40 2017 +0100
archive: fix indentation in the previous patch
libgxps/gxps-archive.c | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/libgxps/gxps-archive.c b/libgxps/gxps-archive.c
index b35fec4..d998984 100644
--- a/libgxps/gxps-archive.c
+++ b/libgxps/gxps-archive.c
@@ -199,21 +199,21 @@ gxps_archive_finalize (GObject *object)
static guint
caseless_hash (gconstpointer v)
{
- gchar *lower;
- guint ret;
+ gchar *lower;
+ guint ret;
- lower = g_ascii_strdown (v, -1);
- ret = g_str_hash (lower);
- g_free (lower);
+ lower = g_ascii_strdown (v, -1);
+ ret = g_str_hash (lower);
+ g_free (lower);
- return ret;
+ return ret;
}
static gboolean
caseless_equal (gconstpointer v1,
gconstpointer v2)
{
- return g_ascii_strcasecmp (v1, v2) == 0;
+ return g_ascii_strcasecmp (v1, v2) == 0;
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]