aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2013-01-14 15:57:44 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2013-01-14 15:57:44 +0100
commit60cb48ca50fcff24aa6c3927f51e4a508fa118f4 (patch)
tree493e30821f3d484b7395ce9d9e4be39ec9a43126 /shell/ash.c
parentb8173b603f57dcf918a67f1ec00763ab5f4e1cf8 (diff)
downloadbusybox-w32-60cb48ca50fcff24aa6c3927f51e4a508fa118f4.tar.gz
busybox-w32-60cb48ca50fcff24aa6c3927f51e4a508fa118f4.tar.bz2
busybox-w32-60cb48ca50fcff24aa6c3927f51e4a508fa118f4.zip
whitespace cleanup. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/shell/ash.c b/shell/ash.c
index dda18e8b5..eb1347447 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -3564,7 +3564,8 @@ set_curjob(struct job *jp, unsigned mode)
3564 break; 3564 break;
3565 case CUR_RUNNING: 3565 case CUR_RUNNING:
3566 /* newly created job or backgrounded job, 3566 /* newly created job or backgrounded job,
3567 put after all stopped jobs. */ 3567 * put after all stopped jobs.
3568 */
3568 while (1) { 3569 while (1) {
3569 jp1 = *jpp; 3570 jp1 = *jpp;
3570#if JOBS 3571#if JOBS
@@ -11640,8 +11641,9 @@ parsebackq: {
11640 INT_ON; 11641 INT_ON;
11641 if (oldstyle) { 11642 if (oldstyle) {
11642 /* We must read until the closing backquote, giving special 11643 /* We must read until the closing backquote, giving special
11643 treatment to some slashes, and then push the string and 11644 * treatment to some slashes, and then push the string and
11644 reread it as input, interpreting it normally. */ 11645 * reread it as input, interpreting it normally.
11646 */
11645 char *pout; 11647 char *pout;
11646 size_t psavelen; 11648 size_t psavelen;
11647 char *pstr; 11649 char *pstr;