You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2015/03/11 08:51:46 UTC

svn commit: r1665776 - in /subversion/trunk/subversion: libsvn_ra_serf/serf.c libsvn_subr/utf8proc/utf8proc.h

Author: brane
Date: Wed Mar 11 07:51:45 2015
New Revision: 1665776

URL: http://svn.apache.org/r1665776
Log:
Whitespace fixes; no functional change.

* subversion/libsvn_ra_serf/serf.c
  (svn_ra_serf__open): Fix indentation of continued argument list in the
   call to svn_ra_serf__exchange_capabilities.
* subversion/libsvn_subr/utf8proc/utf8proc.h:
   Fix indentation of file-global typedef and enum declarations.

Modified:
    subversion/trunk/subversion/libsvn_ra_serf/serf.c
    subversion/trunk/subversion/libsvn_subr/utf8proc/utf8proc.h

Modified: subversion/trunk/subversion/libsvn_ra_serf/serf.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_serf/serf.c?rev=1665776&r1=1665775&r2=1665776&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_serf/serf.c (original)
+++ subversion/trunk/subversion/libsvn_ra_serf/serf.c Wed Mar 11 07:51:45 2015
@@ -600,7 +600,7 @@ svn_ra_serf__open(svn_ra_session_t *sess
 #endif
 
   err = svn_ra_serf__exchange_capabilities(serf_sess, corrected_url,
-                                            result_pool, scratch_pool);
+                                           result_pool, scratch_pool);
 
   /* serf should produce a usable error code instead of APR_EGENERAL */
   if (err && err->apr_err == APR_EGENERAL)

Modified: subversion/trunk/subversion/libsvn_subr/utf8proc/utf8proc.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/utf8proc/utf8proc.h?rev=1665776&r1=1665775&r2=1665776&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/utf8proc/utf8proc.h (original)
+++ subversion/trunk/subversion/libsvn_subr/utf8proc/utf8proc.h Wed Mar 11 07:51:45 2015
@@ -74,17 +74,17 @@
 # if _MSC_VER >= 1600
 #   include <stdint.h>
 # else
-    typedef signed char int8_t;
-    typedef unsigned char uint8_t;
-    typedef short int16_t;
-    typedef unsigned short uint16_t;
-    typedef int int32_t;
+typedef signed char int8_t;
+typedef unsigned char uint8_t;
+typedef short int16_t;
+typedef unsigned short uint16_t;
+typedef int int32_t;
 # endif
 # if _MSC_VER >= 1800
 #   include <stdbool.h>
 # else
-    typedef unsigned char bool;
-    enum {false, true};
+typedef unsigned char bool;
+enum {false, true};
 # endif
 # ifdef _WIN64
 #   define ssize_t __int64