[couchdb-glib] Some formatting fixes



commit bd1e688d7f9333cdb7479bc67e45b04335c09dc4
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Wed May 12 09:35:54 2010 +0200

    Some formatting fixes

 couchdb-glib/couchdb-database-info.h |   10 +++++-----
 couchdb-glib/couchdb-document.h      |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/couchdb-glib/couchdb-database-info.h b/couchdb-glib/couchdb-database-info.h
index 071b06b..4573034 100644
--- a/couchdb-glib/couchdb-database-info.h
+++ b/couchdb-glib/couchdb-database-info.h
@@ -48,11 +48,11 @@ gboolean             couchdb_database_info_is_compact_running (CouchdbDatabaseIn
 gint                 couchdb_database_info_get_disk_size (CouchdbDatabaseInfo *dbinfo);
 
 CouchdbDatabaseInfo*	couchdb_database_info_new (const char *dbname,
-						gint doc_count,
-						gint doc_del_count,
-						gint update_seq,
-						gboolean compact_running,
-						gint disk_size);
+						   gint doc_count,
+						   gint doc_del_count,
+						   gint update_seq,
+						   gboolean compact_running,
+						   gint disk_size);
 
 G_END_DECLS
 
diff --git a/couchdb-glib/couchdb-document.h b/couchdb-glib/couchdb-document.h
index 45668da..1479973 100644
--- a/couchdb-glib/couchdb-document.h
+++ b/couchdb-glib/couchdb-document.h
@@ -78,7 +78,7 @@ void                couchdb_document_set_string_field (CouchdbDocument *document
 CouchdbStructField *couchdb_document_get_struct_field (CouchdbDocument *document, const char *field);
 void                couchdb_document_set_struct_field (CouchdbDocument *document, const char *field, CouchdbStructField *value);
       
-char             *couchdb_document_to_string (CouchdbDocument *document);
+char               *couchdb_document_to_string (CouchdbDocument *document);
 
 G_END_DECLS
 



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