From f0b5b52cef758acc4c0873c3fb1fc211aca875af Mon Sep 17 00:00:00 2001 From: Keenan Lang Date: Mon, 7 Mar 2016 14:14:33 -0600 Subject: [PATCH] Whitespace --- src/libCom/iocsh/iocsh.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/libCom/iocsh/iocsh.cpp b/src/libCom/iocsh/iocsh.cpp index c2dde85ed..c5b629ba6 100644 --- a/src/libCom/iocsh/iocsh.cpp +++ b/src/libCom/iocsh/iocsh.cpp @@ -587,7 +587,6 @@ iocshBody (const char *pathname, const char *commandLine, const char *macros) wasOkToBlock = epicsThreadIsOkToBlock(); epicsThreadSetOkToBlock(1); for (;;) { - /* * Read a line */ @@ -609,7 +608,7 @@ iocshBody (const char *pathname, const char *commandLine, const char *macros) while ((c = raw[icin]) && isspace(c)) { icin++; } - + /* * Ignore comment lines other than to echo * them if they came from a script (disable echoing @@ -635,7 +634,7 @@ iocshBody (const char *pathname, const char *commandLine, const char *macros) while ((c = line[icin]) && isspace(c)) { icin++; } - + /* * Echo non-empty lines read from a script. * Comments delineated with '#-' aren't echoed.