You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by iv...@apache.org on 2014/06/21 12:32:46 UTC

svn commit: r1604334 - /subversion/trunk/subversion/svn/notify.c

Author: ivan
Date: Sat Jun 21 10:32:46 2014
New Revision: 1604334

URL: http://svn.apache.org/r1604334
Log:
* subversion/svn/notify.c
  (notify_body): Fix indentation.

Modified:
    subversion/trunk/subversion/svn/notify.c

Modified: subversion/trunk/subversion/svn/notify.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/notify.c?rev=1604334&r1=1604333&r2=1604334&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/notify.c (original)
+++ subversion/trunk/subversion/svn/notify.c Sat Jun 21 10:32:46 2014
@@ -1061,7 +1061,7 @@ notify_body(struct notify_baton *nb,
         {
           SVN_ERR(svn_cmdline_printf(pool, _("done\n")));
           SVN_ERR(svn_cmdline_printf(pool, _("Committing transaction...")));
-      }
+        }
       break;
 
     default: