]> rtime.felk.cvut.cz Git - sysless.git/blobdiff - libs4c/cmdproc/cmd_proc_run.c
Whitespace fixes
[sysless.git] / libs4c / cmdproc / cmd_proc_run.c
index 6c16b7ec3c7e11db5379f0d4e5b725183a4ddbca..650528b9e0f737d3ca6a48f577af112b5ea8dbe7 100644 (file)
@@ -1,12 +1,12 @@
 /*******************************************************************
   Components for embedded applications builded for
-  laboratory and medical instruments firmware  
+  laboratory and medical instruments firmware
+
   cmd_proc.c - text command processor
                enables to define multilevel tables of commands
               which can be received from more inputs and send reply
               to respective I/O stream output
+
   Copyright (C) 2001-2009 by Pavel Pisa pisa@cmp.felk.cvut.cz
             (C) 2002-2009 by PiKRON Ltd. http://www.pikron.com
             (C) 2007 by Michal Sojka <sojkam1@fel.cvut.cz>
@@ -31,7 +31,7 @@ int cmd_processor_run(cmd_io_t *cmd_io, cmd_des_t const **commands)
 
   if(cmd_io_line_out(cmd_io))
     return 1; /* Not all the output has been sent. */
-       
+
   if(cmd_io_line_in(cmd_io)<=0)
     return 0; /* Input line not finished or error. */
 
@@ -58,4 +58,4 @@ int cmd_processor_run(cmd_io_t *cmd_io, cmd_des_t const **commands)
 
 /* Local Variables: */
 /* c-basic-offset: 2 */
-/* End */
+/* End: */