From 1722e5fb1c3df34fd8eb3f7d215b6d9a913ee45f Mon Sep 17 00:00:00 2001 From: Marco Wang Date: Wed, 28 Aug 2019 17:29:31 +0800 Subject: [PATCH] s3: include: printing: align function parameters Signed-off-by: Marco Wang Reviewed-by: Andrew Bartlett Reviewed-by: Ralph Boehme Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Mon Oct 21 16:01:56 UTC 2019 on sn-devel-184 --- source3/include/printing.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source3/include/printing.h b/source3/include/printing.h index cb927412272..8a0bef31da1 100644 --- a/source3/include/printing.h +++ b/source3/include/printing.h @@ -258,8 +258,8 @@ void close_all_print_db(void); TDB_DATA get_printer_notify_pid_list(struct tdb_context *tdb, const char *printer_name, bool cleanlist); void print_queue_receive(struct messaging_context *msg, - void *private_data, - uint32_t msg_type, - struct server_id server_id, - DATA_BLOB *data); + void *private_data, + uint32_t msg_type, + struct server_id server_id, + DATA_BLOB *data); #endif /* PRINTING_H_ */ -- 2.47.3