Author: gbg
Date: Mon May 20 16:47:18 2013
New Revision: 1484521
URL: http://svn.apache.org/r1484521
Log:
On the invoke-diff-cmd branch: Removing tabs.
* subversion/svn/log-cmd.c
(display_diff): Tabs removed.
Modified:
subversion/branches/invoke-diff-cmd-feature/subversion/svn/log-cmd.c
Modified: subversion/branches/invoke-diff-cmd-feature/subversion/svn/log-cmd.c
URL:
http://svn.apache.org/viewvc/subversion/branches/invoke-diff-cmd-feature/subversion/svn/log-cmd.c?rev=1484521&r1=1484520&r2=1484521&view=diff
==============================================================================
--- subversion/branches/invoke-diff-cmd-feature/subversion/svn/log-cmd.c
(original)
+++ subversion/branches/invoke-diff-cmd-feature/subversion/svn/log-cmd.c Mon
May 20 16:47:18 2013
@@ -140,8 +140,8 @@ display_diff(const svn_log_entry_t *log_
outstream,
errstream,
NULL,
- NULL,
- ctx, pool));
+ NULL,
+ ctx, pool));
SVN_ERR(svn_stream_puts(outstream, _("\n")));
return SVN_NO_ERROR;
}