]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
printing: Fix trailing whitespace
authorVolker Lendecke <vl@samba.org>
Fri, 17 Oct 2025 12:12:12 +0000 (14:12 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 10 Nov 2025 13:29:30 +0000 (13:29 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
source3/printing/print_generic.c

index 7c7a14de045ec4c4744dd97b5e78c385c440d6b3..855de4ca1f3624f106a77fe2fa704727320f3253 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 */
@@ -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,
 };
-