ctdb-util: Fix nonempty line endings
authorAmitay Isaacs <amitay@gmail.com>
Tue, 22 Jul 2014 11:22:25 +0000 (11:22 +0000)
committerAmitay Isaacs <amitay@samba.org>
Wed, 23 Jul 2014 05:18:11 +0000 (07:18 +0200)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
ctdb/common/ctdb_util.c

index f71f74a15ffa5f5bf95e3ee3861cc9a42f850b2b..69ea2fd21f80ae83ff94a0281130d64b7b863657 100644 (file)
@@ -185,8 +185,8 @@ void ctdb_reqid_remove(struct ctdb_context *ctdb, uint32_t reqid)
   note that header may be NULL. If not NULL then it is included in the data portion
   of the record
  */
-struct ctdb_rec_data *ctdb_marshall_record(TALLOC_CTX *mem_ctx, uint32_t reqid,        
-                                          TDB_DATA key, 
+struct ctdb_rec_data *ctdb_marshall_record(TALLOC_CTX *mem_ctx, uint32_t reqid,
+                                          TDB_DATA key,
                                           struct ctdb_ltdb_header *header,
                                           TDB_DATA data)
 {
@@ -216,7 +216,7 @@ struct ctdb_rec_data *ctdb_marshall_record(TALLOC_CTX *mem_ctx, uint32_t reqid,
 
 
 /* helper function for marshalling multiple records */
-struct ctdb_marshall_buffer *ctdb_marshall_add(TALLOC_CTX *mem_ctx, 
+struct ctdb_marshall_buffer *ctdb_marshall_add(TALLOC_CTX *mem_ctx,
                                               struct ctdb_marshall_buffer *m,
                                               uint64_t db_id,
                                               uint32_t reqid,