summaryrefslogtreecommitdiff
path: root/cpukit/libmisc/shell/shell_getprompt.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 12:12:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 12:12:39 +0000
commit0893220b2a4507fc2619b625ecb0d6241ef5cd6f (patch)
tree1f81a1c1fac15dc8f3cd86aef65cbcf261f01a97 /cpukit/libmisc/shell/shell_getprompt.c
parent33c3b54d57b50ac3d236e2660556a9a2ecb8dcad (diff)
Whitespace removal.
Diffstat (limited to 'cpukit/libmisc/shell/shell_getprompt.c')
-rw-r--r--cpukit/libmisc/shell/shell_getprompt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libmisc/shell/shell_getprompt.c b/cpukit/libmisc/shell/shell_getprompt.c
index 5a445a0168..08c628b219 100644
--- a/cpukit/libmisc/shell/shell_getprompt.c
+++ b/cpukit/libmisc/shell/shell_getprompt.c
@@ -1,5 +1,5 @@
/*
- * Dynamically build the shell prompt
+ * Dynamically build the shell prompt
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
@@ -38,7 +38,7 @@ void rtems_shell_get_prompt(
)
{
char curdir[256];
-
+
/* XXX: show_prompt user adjustable */
getcwd(curdir,sizeof(curdir));
snprintf(prompt, size - 1, "%s%s[%s] %c ",