From: Volker Lendecke Date: Fri, 17 Oct 2025 12:12:12 +0000 (+0200) Subject: printing: Fix trailing whitespace X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd8fff458e1621f5ba1a334bc7e5ff53c2fa7218;p=thirdparty%2Fsamba.git printing: Fix trailing whitespace Signed-off-by: Volker Lendecke Reviewed-by: Anoop C S --- diff --git a/source3/printing/print_generic.c b/source3/printing/print_generic.c index 7c7a14de045..855de4ca1f3 100644 --- a/source3/printing/print_generic.c +++ b/source3/printing/print_generic.c @@ -1,18 +1,18 @@ -/* +/* Unix SMB/CIFS implementation. printing command routines Copyright (C) Andrew Tridgell 1992-2000 - + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program. If not, see . */ @@ -125,7 +125,7 @@ static int generic_job_pause(int snum, struct printjob *pjob) const struct loadparm_substitution *lp_sub = loadparm_s3_global_substitution(); fstring jobstr; - + /* need to pause the spooled entry */ fstr_sprintf(jobstr, "%d", pjob->sysjob); return print_run_command(snum, lp_printername(talloc_tos(), lp_sub, snum), True, @@ -356,4 +356,3 @@ struct printif generic_printif = generic_job_resume, generic_job_submit, }; -