Index: branches/camp/camp-2_5-E/data/class/SC_Response.php
===================================================================
--- branches/camp/camp-2_5-E/data/class/SC_Response.php	(revision 19066)
+++ branches/camp/camp-2_5-E/data/class/SC_Response.php	(revision 19067)
@@ -1,7 +1,7 @@
 <?php
 class SC_Response{
-    
+
     /**
-     * 
+     *
      * @var HTTP_Response
      */
@@ -16,36 +16,36 @@
     var $body;
     var $header = array();
-    
+
     /**
-     * 
+     *
      * Enter description here ...
      */
     var $encoding;
-    
+
     function SC_Response(){
         $this->http = new HTTP_Response();
     }
-    
+
     function response(){
 
-        
+
     }
-    
+
     function setContentType(String $contentType)
     {
-          
+
     }
-    
+
     function setResponseCode()
     {
-        
+
     }
-    
+
     function setResposeBody(String $body)
     {
-        
+
     }
-    
-    
-      
+
+
+
 }
