You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2013/10/05 20:04:58 UTC

svn commit: r1529489 - in /apr/apr/branches/1.5.x: ./ include/apr_tables.h

Author: trawick
Date: Sat Oct  5 18:04:58 2013
New Revision: 1529489

URL: http://svn.apache.org/r1529489
Log:
Grab r1529488 from trunk: style tweak

Modified:
    apr/apr/branches/1.5.x/   (props changed)
    apr/apr/branches/1.5.x/include/apr_tables.h

Propchange: apr/apr/branches/1.5.x/
------------------------------------------------------------------------------
  Merged /apr/apr/trunk:r1529488

Modified: apr/apr/branches/1.5.x/include/apr_tables.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.5.x/include/apr_tables.h?rev=1529489&r1=1529488&r2=1529489&view=diff
==============================================================================
--- apr/apr/branches/1.5.x/include/apr_tables.h (original)
+++ apr/apr/branches/1.5.x/include/apr_tables.h Sat Oct  5 18:04:58 2013
@@ -277,7 +277,7 @@ APR_DECLARE(const char *) apr_table_get(
  * @return The value associated with the key, or NULL if the key does not exist.
  */
 APR_DECLARE(const char *) apr_table_getm(apr_pool_t *p, const apr_table_t *t,
-        const char *key);
+                                         const char *key);
 
 /**
  * Add a key/value pair to a table.  If another element already exists with the