From: Graham Leggett Date: Sun, 13 Sep 2009 14:56:07 +0000 (+0000) Subject: Remove stray trailing whitespace from mod_session.c. X-Git-Tag: 2.3.3~314 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a63c6013f887a647fc72b0d7115dc24476861ff;p=thirdparty%2Fapache%2Fhttpd.git Remove stray trailing whitespace from mod_session.c. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814325 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/session/mod_session.c b/modules/session/mod_session.c index 8553d6a42c8..49af22b4508 100644 --- a/modules/session/mod_session.c +++ b/modules/session/mod_session.c @@ -392,7 +392,7 @@ static int session_identity_decode(request_rec * r, session_rec * z) * request to be present, and each request might have a session * defined. We need to go through each session in turn, and save each * one. - * + * * The same session might appear in more than one request. The first * attempt to save the session will be called */ @@ -456,10 +456,10 @@ static void session_insert_output_filter(request_rec * r) * * Load the session within a fixup - this ensures that the session is * properly loaded prior to the handler being called. - * + * * The fixup is also responsible for injecting the session into the CGI * environment, should the admin have configured it so. - * + * * @param r The request */ static int session_fixups(request_rec * r)