[epiphany/history-rewrite: 21/28] Minor style fix



commit fe4100754e9c22b2cc46441c4d3a9f68fe26b86e
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Tue Jul 5 20:03:09 2011 +0300

    Minor style fix

 lib/sqlite/ephy-sqlite-connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/sqlite/ephy-sqlite-connection.c b/lib/sqlite/ephy-sqlite-connection.c
index 87ced83..3981a0e 100644
--- a/lib/sqlite/ephy-sqlite-connection.c
+++ b/lib/sqlite/ephy-sqlite-connection.c
@@ -108,7 +108,7 @@ ephy_sqlite_connection_close (EphySQLiteConnection *self)
 }
 
 void
-ephy_sqlite_connection_get_error(EphySQLiteConnection *self, GError **error)
+ephy_sqlite_connection_get_error (EphySQLiteConnection *self, GError **error)
 {
   if (error)
     *error = g_error_new (get_ephy_sqlite_quark (), 0, sqlite3_errmsg (self->priv->database), 0);



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