[Gd-chatter] r11201 - trunk/libraries/network/koala/sources/koala

cgay at gwydiondylan.org cgay at gwydiondylan.org
Wed Feb 21 22:11:19 CET 2007


Author: cgay
Date: Wed Feb 21 22:11:18 2007
New Revision: 11201

Modified:
   trunk/libraries/network/koala/sources/koala/server.dylan
Log:
job: minor
fix indentation


Modified: trunk/libraries/network/koala/sources/koala/server.dylan
==============================================================================
--- trunk/libraries/network/koala/sources/koala/server.dylan	(original)
+++ trunk/libraries/network/koala/sources/koala/server.dylan	Wed Feb 21 22:11:18 2007
@@ -708,9 +708,12 @@
 
 define inline function request-content-type (request :: <request>)
   let content-type-header = get-header(request, "content-type");
-  as(<symbol>, if (content-type-header)
-      first(split(content-type-header, separator: ";"))
-    else "" end if)
+  as(<symbol>,
+     if (content-type-header)
+       first(split(content-type-header, separator: ";"))
+     else
+       ""
+     end if)
 end;
 
 // Gary, in the trunk sources (1) below should now be fixed.  (read was passing the



More information about the chatter mailing list