]> granicus.if.org Git - apache/commitdiff
Remove stray trailing whitespace from mod_session.c.
authorGraham Leggett <minfrin@apache.org>
Sun, 13 Sep 2009 14:56:07 +0000 (14:56 +0000)
committerGraham Leggett <minfrin@apache.org>
Sun, 13 Sep 2009 14:56:07 +0000 (14:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814325 13f79535-47bb-0310-9956-ffa450edef68

modules/session/mod_session.c

index 8553d6a42c8435d0c963a222a446075624527851..49af22b45081fd95d1eca7067ab7c353f5d4f4b6 100644 (file)
@@ -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)