[Midnightbsd-cvs] src [8044] trunk/usr.sbin/lpr/common_source/common.c: lpr - remove trailing whitespace

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Sep 15 16:55:22 EDT 2016


Revision: 8044
          http://svnweb.midnightbsd.org/src/?rev=8044
Author:   laffer1
Date:     2016-09-15 16:55:21 -0400 (Thu, 15 Sep 2016)
Log Message:
-----------
lpr - remove trailing whitespace

Modified Paths:
--------------
    trunk/usr.sbin/lpr/common_source/common.c

Modified: trunk/usr.sbin/lpr/common_source/common.c
===================================================================
--- trunk/usr.sbin/lpr/common_source/common.c	2016-09-15 20:52:03 UTC (rev 8043)
+++ trunk/usr.sbin/lpr/common_source/common.c	2016-09-15 20:55:21 UTC (rev 8044)
@@ -136,7 +136,7 @@
 
 	/*
 	 * Estimate the array size by taking the size of the directory file
-	 * and dividing it by a multiple of the minimum size entry. 
+	 * and dividing it by a multiple of the minimum size entry.
 	 */
 	arraysz = (stbuf.st_size / 24);
 	queue = (struct jobqueue **)malloc(arraysz * sizeof(struct jobqueue *));
@@ -641,7 +641,7 @@
 	 *   secs=<n>      - seconds it took to transfer the file
 	 *   bytes=<n>     - number of bytes transfered (ie, "bytecount")
 	 *   bps=<n.n>e<n> - Bytes/sec (if the transfer was "big enough"
-	 *		     for this to be useful) 
+	 *		     for this to be useful)
 	 * ! top=<str>     - type of printer (if the type is defined in
 	 *		     printcap, and if this statline is for sending
 	 *		     a file to that ptr)
@@ -719,7 +719,7 @@
 	if (remspace > 1) {
 		strcpy(eostat, "\n");
 	} else {
-		/* probably should back up to just before the final " x=".. */  
+		/* probably should back up to just before the final " x=".. */
 		strcpy(statline+STATLINE_SIZE-2, "\n");
 	}
 	statfile = open(statfname, O_WRONLY|O_APPEND, 0664);
@@ -732,7 +732,7 @@
 	close(statfile);
 
 	return;
-#undef UPD_EOSTAT	
+#undef UPD_EOSTAT
 }
 
 #include <stdarg.h>



More information about the Midnightbsd-cvs mailing list