s3: include: printing: align function parameters
authorMarco Wang <m.aesophor@gmail.com>
Wed, 28 Aug 2019 09:29:31 +0000 (17:29 +0800)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 21 Oct 2019 16:01:56 +0000 (16:01 +0000)
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

source3/include/printing.h

index cb9274122729352ffe08990426d93db9e5c8571b..8a0bef31da1690b16562e0d86a6d159fd7c109c7 100644 (file)
@@ -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_ */