[evolution-data-server] sqlitedb: Fix a few indenting issues
- From: Mathias Hasselmann <hasselmm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] sqlitedb: Fix a few indenting issues
- Date: Mon, 25 Feb 2013 13:47:57 +0000 (UTC)
commit a349b90d6e0dd1b0218d88d4019a10b66af26daa
Author: Mathias Hasselmann <mathias openismus com>
Date: Mon Feb 25 14:33:32 2013 +0100
sqlitedb: Fix a few indenting issues
A few function arguments were not aligned.
Tabstops should be forbidden and forgotten.
.../libedata-book/e-book-backend-sqlitedb.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/addressbook/libedata-book/e-book-backend-sqlitedb.c
b/addressbook/libedata-book/e-book-backend-sqlitedb.c
index 6e0c74c..b1d6b5f 100644
--- a/addressbook/libedata-book/e-book-backend-sqlitedb.c
+++ b/addressbook/libedata-book/e-book-backend-sqlitedb.c
@@ -1639,7 +1639,7 @@ mprintf_suffix (const gchar *normal)
static EPhoneNumber *
phone_number_from_string (const gchar *normal,
- const gchar *default_region)
+ const gchar *default_region)
{
EPhoneNumber *number = NULL;
GError *error = NULL;
@@ -1662,7 +1662,7 @@ phone_number_from_string (const gchar *normal,
static gchar *
convert_phone_national (const gchar *normal,
- const gchar *default_region)
+ const gchar *default_region)
{
EPhoneNumber *number = phone_number_from_string (normal, default_region);
gchar *indexed_phone_number = NULL;
@@ -1683,7 +1683,7 @@ convert_phone_national (const gchar *normal,
static gchar *
convert_phone (const gchar *normal,
- const gchar *default_region)
+ const gchar *default_region)
{
EPhoneNumber *number = phone_number_from_string (normal, default_region);
gchar *indexed_phone_number = NULL;
@@ -1714,7 +1714,7 @@ convert_phone (const gchar *normal,
static gchar *
mprintf_phone (const gchar *normal,
- const gchar *default_region)
+ const gchar *default_region)
{
gchar *phone = convert_phone (normal, default_region);
gchar *stmt = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]