summaryrefslogtreecommitdiff
path: root/ctdb/common/ctdb_util.c
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2014-07-22 11:22:25 +0000
committerAmitay Isaacs <amitay@samba.org>2014-07-23 07:18:11 +0200
commit5eac2302819b26b8eaf4f6c0a333e4af2b368679 (patch)
tree8c9c16b5095e9beaff718c5d5447432e608c5a53 /ctdb/common/ctdb_util.c
parentfa4a81c86b6073b2563b090aa657d8e8b63c1276 (diff)
downloadsamba-5eac2302819b26b8eaf4f6c0a333e4af2b368679.tar.gz
ctdb-util: Fix nonempty line endings
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'ctdb/common/ctdb_util.c')
-rw-r--r--ctdb/common/ctdb_util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ctdb/common/ctdb_util.c b/ctdb/common/ctdb_util.c
index f71f74a15ff..69ea2fd21f8 100644
--- a/ctdb/common/ctdb_util.c
+++ b/ctdb/common/ctdb_util.c
@@ -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,