From: Marco Wang Date: Wed, 28 Aug 2019 09:29:31 +0000 (+0800) Subject: s3: include: printing: align function parameters X-Git-Tag: talloc-2.3.1~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1722e5fb1c3df34fd8eb3f7d215b6d9a913ee45f;p=thirdparty%2Fsamba.git 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 --- 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_ */