Author: rhuijben
Date: Thu Nov 19 13:19:24 2015
New Revision: 1715174

URL: http://svn.apache.org/viewvc?rev=1715174&view=rev
Log:
* auth/auth.h
  (;): Remove.

Modified:
    serf/trunk/auth/auth.h

Modified: serf/trunk/auth/auth.h
URL: 
http://svn.apache.org/viewvc/serf/trunk/auth/auth.h?rev=1715174&r1=1715173&r2=1715174&view=diff
==============================================================================
--- serf/trunk/auth/auth.h (original)
+++ serf/trunk/auth/auth.h Thu Nov 19 13:19:24 2015
@@ -69,7 +69,7 @@ typedef apr_status_t
                               serf_bucket_t *hdrs_bkt);
 
 /**
- * This function will be called when a response is received, so that the 
+ * This function will be called when a response is received, so that the
  * scheme handler can validate the Authentication related response headers
  * (if needed).
  */
@@ -124,7 +124,7 @@ const char *serf__construct_realm(peer_t
 
 /** Basic authentication **/
 extern const serf__authn_scheme_t serf__basic_authn_scheme;
-;
+
 /** Digest authentication **/
 extern const serf__authn_scheme_t serf__digest_authn_scheme;
 


Reply via email to