Author: brane Date: Thu Jan 4 13:30:26 2018 New Revision: 1820092 URL: http://svn.apache.org/viewvc?rev=1820092&view=rev Log: On the better-pristines branch: Fix formatting.
* subversion/svn/help-cmd.c (svn_cl__help): Keep code within 80 columns. No functional change. Modified: subversion/branches/better-pristines/subversion/svn/help-cmd.c Modified: subversion/branches/better-pristines/subversion/svn/help-cmd.c URL: http://svn.apache.org/viewvc/subversion/branches/better-pristines/subversion/svn/help-cmd.c?rev=1820092&r1=1820091&r2=1820092&view=diff ============================================================================== --- subversion/branches/better-pristines/subversion/svn/help-cmd.c (original) +++ subversion/branches/better-pristines/subversion/svn/help-cmd.c Thu Jan 4 13:30:26 2018 @@ -167,8 +167,9 @@ svn_cl__help(apr_getopt_t *os, : NULL, NULL, pool)); - svn_stringbuf_appendcstr(version_footer, - _("\nThe following authentication credential caches are available:\n\n")); + svn_stringbuf_appendcstr( + version_footer, + _("\nThe following authentication credential caches are available:\n\n")); /*### There is no API to query available providers at run time. */ if (config_path)