OSDN Git Service

update libMiMic
[mimic/MiMicSDK.git] / lib / src / http / NyLPC_cHttpNullRequestHeaderParser.c
index a49b28f..a58f88c 100644 (file)
@@ -19,8 +19,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
  *\r
  * For further information please contact.\r
- *     http://nyatla.jp/\r
- *     <airmail(at)ebony.plala.or.jp> or <nyatla(at)nyatla.jp>\r
+ *  http://nyatla.jp/\r
+ *  <airmail(at)ebony.plala.or.jp> or <nyatla(at)nyatla.jp>\r
  *\r
  *********************************************************************************/\r
 #include "NyLPC_cHttpNullRequestHeaderParser.h"\r
  */\r
 static const struct NyLPC_TcHttpBasicHeaderParser_Handler _handler=\r
 {\r
-       NULL,NULL\r
+    NULL,NULL\r
 };\r
 \r
 void NyLPC_cHttpNullRequestHeaderParser_initialize(NyLPC_TcHttpNullRequestHeaderParser_t* i_inst)\r
 {\r
-       NyLPC_cHttpBasicHeaderParser_initialize(&(i_inst->super),&_handler);\r
+    NyLPC_cHttpBasicHeaderParser_initialize(&(i_inst->super),&_handler);\r
 }\r
 \r