codegooglecom / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
0 stars 0 forks source link

libproxy should use C89 style comments #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The subject is obvious and the patch is attached.
Signed-off By: Jeff Schroeder <jeffschroeder@computer.org>

- Changed all C99 style comments to C89 style
- Fixed a small typo in a comment
- Placed TODO on their own line to prevent code churn when they are fixed
- Merged 2 line comments < 78 chars seperated by ','

 bin/proxy.c              |   26 +++---
 lib/array.c              |    7 - 
 lib/config_file.c        |   18 ++--
 lib/misc.c               |   24 +++---
 lib/misc.h               |    2   
 lib/pac.c                |   34 ++++----
 lib/proxy_factory.c      |  155 +++++++++++++++++++++--------------------
 lib/proxy_factory.h      |   16 ++--
 lib/strdict.c            |    2   
 lib/url.c                |   46 ++++++------
 lib/url.h                |    2   
 lib/wpad.c               |    2   
 lib/wpad_dns.c           |   40 +++++-----
 plugins/gnome.c          |   22 ++---
 plugins/kde.c            |   24 +++---
 plugins/mozjs.c          |   22 ++---
 plugins/networkmanager.c |   19 ++---
 plugins/xhasclient.c     |   18 ++--
 18 files changed, 244 insertions(+), 235 deletions(-)

Original issue reported on code.google.com by jeffschroed on 8 Jan 2008 at 7:53

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by npmccallum@gmail.com on 8 Jan 2008 at 11:17

GoogleCodeExporter commented 9 years ago

Original comment by npmccallum@gmail.com on 8 Jan 2008 at 11:17

GoogleCodeExporter commented 9 years ago
Jeff, I'm assigning this to you because you have commit access. :)

Original comment by npmccallum@gmail.com on 8 Jan 2008 at 11:19

GoogleCodeExporter commented 9 years ago
$ svn log -r203
------------------------------------------------------------------------
r203 | jeffschroed | 2008-01-08 15:34:19 -0800 (Tue, 08 Jan 2008) | 1 line

Convert all comments over to C89 style closing issue 2
------------------------------------------------------------------------

Original comment by jeffschroed on 8 Jan 2008 at 11:48

GoogleCodeExporter commented 9 years ago

Original comment by jeffschroed on 8 Jan 2008 at 11:49