summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorMarco Wang <m.aesophor@gmail.com>2019-08-28 17:29:31 +0800
committerAndreas Schneider <asn@cryptomilk.org>2019-10-21 16:01:56 +0000
commit1722e5fb1c3df34fd8eb3f7d215b6d9a913ee45f (patch)
tree02762af5133c435e963b64e265d750af002a53e6 /source3/include
parent31563f5759f9aeab35b566e77e6ec20b0c4589e1 (diff)
downloadsamba-1722e5fb1c3df34fd8eb3f7d215b6d9a913ee45f.tar.gz
s3: include: printing: align function parameters
Signed-off-by: Marco Wang <m.aesophor@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Mon Oct 21 16:01:56 UTC 2019 on sn-devel-184
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/printing.h8
1 files 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_ */