Date: Tue, 5 Feb 2002 14:13:52 -0800 (PST) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch Makefile common.c common.h fetch.c fetch.h file.c ftp.c http.c Message-ID: <200202052213.g15MDqU17088@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2002/02/05 14:13:52 PST
Modified files:
lib/libfetch Makefile common.c common.h fetch.c
fetch.h file.c ftp.c http.c
Log:
Reindent, and add parentheses to return statements. Some functions in
ftp.c and http.c now have exceedingly long lines due to deep nesting;
this will be corrected by reorganizing the code in a later revision.
Revision Changes Path
1.26 +1 -1 src/lib/libfetch/Makefile
1.24 +226 -229 src/lib/libfetch/common.c
1.19 +6 -7 src/lib/libfetch/common.h
1.34 +216 -219 src/lib/libfetch/fetch.c
1.24 +24 -20 src/lib/libfetch/fetch.h
1.15 +75 -75 src/lib/libfetch/file.c
1.75 +685 -680 src/lib/libfetch/ftp.c
1.51 +734 -728 src/lib/libfetch/http.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202052213.g15MDqU17088>
