You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2015/08/28 13:35:36 UTC

svn commit: r1698310 - /subversion/trunk/subversion/svnfsfs/stats-cmd.c

Author: stefan2
Date: Fri Aug 28 11:35:36 2015
New Revision: 1698310

URL: http://svn.apache.org/r1698310
Log:
Tweak 'svnfsfs stats' output.

* subversion/svnfsfs/stats-cmd.c
  (print_stats): Add an empty line to separate the "Reading revisions"
                 and "Global statistics" sections.  All other sections
                 already have these separators.

Modified:
    subversion/trunk/subversion/svnfsfs/stats-cmd.c

Modified: subversion/trunk/subversion/svnfsfs/stats-cmd.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svnfsfs/stats-cmd.c?rev=1698310&r1=1698309&r2=1698310&view=diff
==============================================================================
--- subversion/trunk/subversion/svnfsfs/stats-cmd.c (original)
+++ subversion/trunk/subversion/svnfsfs/stats-cmd.c Fri Aug 28 11:35:36 2015
@@ -343,7 +343,7 @@ print_stats(svn_fs_fs__stats_t *stats,
             apr_pool_t *pool)
 {
   /* print results */
-  printf("\nGlobal statistics:\n");
+  printf("\n\nGlobal statistics:\n");
   printf(_("%20s bytes in %12s revisions\n"
            "%20s bytes in %12s changes\n"
            "%20s bytes in %12s node revision records\n"