From owner-cvs-src@FreeBSD.ORG Fri Jan 21 13:31:03 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F24616A4CE; Fri, 21 Jan 2005 13:31:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0315843D1F; Fri, 21 Jan 2005 13:31:03 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j0LDV2OF074961; Fri, 21 Jan 2005 13:31:02 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0LDV274074960; Fri, 21 Jan 2005 13:31:02 GMT (envelope-from ache) Message-Id: <200501211331.j0LDV274074960@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 21 Jan 2005 13:31:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdlib strtoimax.c strtol.c strtoll.c strtoul.c strtoull.c strtoumax.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 13:31:03 -0000 ache 2005-01-21 13:31:02 UTC FreeBSD src repository Modified files: lib/libc/stdlib strtoimax.c strtol.c strtoll.c strtoul.c strtoull.c strtoumax.c Log: Whitespace/style tweaking of prev. commit. Noted by: bde Revision Changes Path 1.11 +3 -4 src/lib/libc/stdlib/strtoimax.c 1.19 +3 -4 src/lib/libc/stdlib/strtol.c 1.21 +3 -4 src/lib/libc/stdlib/strtoll.c 1.18 +3 -4 src/lib/libc/stdlib/strtoul.c 1.20 +3 -4 src/lib/libc/stdlib/strtoull.c 1.10 +3 -4 src/lib/libc/stdlib/strtoumax.c