You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Hudson <gh...@MIT.EDU> on 2003/10/04 16:09:37 UTC

Re: svn commit: rev 7293 - trunk/subversion/svnserve

On Sat, 2003-10-04 at 05:25, bliss@tigris.org wrote:
> +  fprintf (stderr, "Type '%s --help' for usage.\n", progname);

> +  puts ("Usage: svnserve [options]\n"
> +      svn_opt_format_option (&optstr, svnserve__options + i, TRUE, pool);

> +      fprintf (stdout, "  %s\n", optstr);

> +  fprintf (stdout, "\n");
> +      status = apr_getopt_long (os, svnserve__options, &opt, &arg);

Please observe the formatting conventions of svnserve.c and do not put
spaces before the open paren of a function call.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 7293 - trunk/subversion/svnserve

Posted by Tobias Ringstrom <to...@ringstrom.mine.nu>.
Greg Hudson wrote:
> Please observe the formatting conventions of svnserve.c and do not put
> spaces before the open paren of a function call.

Ugh, sorry. I have to run now, but I'll fix it later tonight.

/Tobias


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org