From 188803394908f222ab3ed8ec32331eb6dd00fd2d Mon Sep 17 00:00:00 2001 From: rgrimes Date: Tue, 30 May 1995 00:07:29 +0000 Subject: Remove trailing whitespace. Reviewed by: phk --- bin/csh/alloc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/csh/alloc.c') diff --git a/bin/csh/alloc.c b/bin/csh/alloc.c index aa4e74c..3c4a186 100644 --- a/bin/csh/alloc.c +++ b/bin/csh/alloc.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: alloc.c,v 1.2 1994/09/24 02:53:45 davidg Exp $ + * $Id: alloc.c,v 1.3 1995/03/19 13:28:10 joerg Exp $ */ #ifndef lint @@ -122,6 +122,6 @@ showall(v, t) { memtop = (char *) sbrk(0); (void) fprintf(cshout, "Allocated memory from 0x%lx to 0x%lx (%ld).\n", - (unsigned long) membot, (unsigned long) memtop, + (unsigned long) membot, (unsigned long) memtop, (unsigned long) (memtop - membot)); } -- cgit v1.1