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 2013/07/09 15:51:06 UTC

svn commit: r1501262 - /subversion/trunk/subversion/tests/libsvn_wc/wc-lock-tester.c

Author: stsp
Date: Tue Jul  9 13:51:06 2013
New Revision: 1501262

URL: http://svn.apache.org/r1501262
Log:
* subversion/tests/libsvn_wc/wc-lock-tester.c
  (obtain_lock): Indentation fix.

Modified:
    subversion/trunk/subversion/tests/libsvn_wc/wc-lock-tester.c

Modified: subversion/trunk/subversion/tests/libsvn_wc/wc-lock-tester.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_wc/wc-lock-tester.c?rev=1501262&r1=1501261&r2=1501262&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_wc/wc-lock-tester.c (original)
+++ subversion/trunk/subversion/tests/libsvn_wc/wc-lock-tester.c Tue Jul  9 13:51:06 2013
@@ -52,9 +52,7 @@ obtain_lock(const char *path, svn_boolea
 
   SVN_ERR(svn_path_cstring_to_utf8(&path, path, scratch_pool));
   SVN_ERR(svn_dirent_get_absolute(&local_abspath, path, scratch_pool));
-
-      SVN_ERR(svn_wc_context_create(&wc_ctx, NULL, scratch_pool,
-                                    scratch_pool));
+  SVN_ERR(svn_wc_context_create(&wc_ctx, NULL, scratch_pool, scratch_pool));
 
   if (recursive)
     {