prout

smaller "lp" command
git clone git://git.2f30.org/prout
Log | Files | Refs | README | LICENSE

commit 119a6dc97fd49ff20ca6c1bcc1af5ed4798d386a
parent 26372bed7bc93af5eb697a11a4d83456259cf061
Author: Klemens Nanni <kl3@posteo.org>
Date:   Sun, 14 Feb 2016 01:14:39 +0100

Remove obsolete whitespace

Diffstat:
Mprout.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/prout.c b/prout.c @@ -90,7 +90,7 @@ print(const char* file, cups_dest_t *dest) /* Blocking function: Wait util the job is completed, or an error is thrown */ static void -check_job (cups_dest_t *dest, int job_id) +check_job(cups_dest_t *dest, int job_id) { int i, num_jobs;