aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_ide.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmd_ide.c')
-rw-r--r--common/cmd_ide.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_ide.c b/common/cmd_ide.c
index 8644d986b..3bed194c7 100644
--- a/common/cmd_ide.c
+++ b/common/cmd_ide.c
@@ -1422,7 +1422,7 @@ static void ident_cpy (unsigned char *dst, unsigned char *src, unsigned int len)
/* reserve space for '\0' */
if (len < 2)
goto OUT;
-
+
/* skip leading white space */
while ((*src) && (src<end) && (*src==' '))
++src;