[mirrorbrain-commits] r8280 - /trunk/mod_mirrorbrain/mod_mirrorbrain.c

From: <poeml_at_mirrorbrain.org>
Date: Thu, 19 Apr 2012 20:06:09 -0000
Author: poeml
Date: Thu Apr 19 22:06:09 2012
New Revision: 8280

URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8280&view=rev
Log:
mod_mirrorbrain: reformat code from r8270 slightly

Modified:
    trunk/mod_mirrorbrain/mod_mirrorbrain.c

Modified: trunk/mod_mirrorbrain/mod_mirrorbrain.c
URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mod_mirrorbrain/mod_mirrorbrain.c?rev=8280&r1=8279&r2=8280&view=diff
==============================================================================
--- trunk/mod_mirrorbrain/mod_mirrorbrain.c	(original)
+++ trunk/mod_mirrorbrain/mod_mirrorbrain.c	Thu Apr 19 22:06:09 2012
_at_@ -3617,23 +3617,23 @@
     if (hashbag) {
         if (hashbag->md5hex) {
             apr_table_addn(r->err_headers_out, "Digest", 
-                           apr_pstrcat(r->pool,
-                                       "MD5=", 
-                                       ap_pbase64encode(r->pool, hex_decode(r, hashbag->md5hex, MD5_DIGESTSIZE)),
+                           apr_pstrcat(r->pool, "MD5=", 
+                                       ap_pbase64encode(r->pool, 
+                                                        hex_decode(r, hashbag->md5hex, MD5_DIGESTSIZE)),
                                        NULL));
         }
         if (hashbag->sha1hex) {
             apr_table_addn(r->err_headers_out, "Digest", 
-                           apr_pstrcat(r->pool,
-                                       "SHA=", 
-                                       ap_pbase64encode(r->pool, hex_decode(r, hashbag->sha1hex, SHA1_DIGESTSIZE)),
+                           apr_pstrcat(r->pool, "SHA=", 
+                                       ap_pbase64encode(r->pool, 
+                                                        hex_decode(r, hashbag->sha1hex, SHA1_DIGESTSIZE)),
                                        NULL));
         }
         if (hashbag->sha256hex) {
             apr_table_addn(r->err_headers_out, "Digest", 
-                           apr_pstrcat(r->pool,
-                                       "SHA-256=", 
-                                       ap_pbase64encode(r->pool, hex_decode(r, hashbag->sha256hex, SHA256_DIGESTSIZE)),
+                           apr_pstrcat(r->pool, "SHA-256=", 
+                                       ap_pbase64encode(r->pool, 
+                                                        hex_decode(r, hashbag->sha256hex, SHA256_DIGESTSIZE)),
                                        NULL));
         }
     }




_______________________________________________
mirrorbrain-commits mailing list
Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/

Note: To remove yourself from this list, send a mail with the content
 	unsubscribe
to the address mirrorbrain-commits-request_at_mirrorbrain.org
Received on Thu Apr 19 2012 - 20:06:11 GMT

This archive was generated by hypermail 2.3.0 : Thu Apr 19 2012 - 20:17:03 GMT