aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-05-05 02:33:17 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-05-05 02:33:17 -0700
commit2da81b0ae789c91c196f0ab6f154bf462bafec2d (patch)
tree4155ad8990697991e10caf0e972737c5eaac3de4 /proc.cpp
parentd4c881791fb160b4b2cdc076313da00f29577e24 (diff)
Formatting and style updates
Diffstat (limited to 'proc.cpp')
-rw-r--r--proc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/proc.cpp b/proc.cpp
index f444a7be..749f38c2 100644
--- a/proc.cpp
+++ b/proc.cpp
@@ -1060,7 +1060,7 @@ void job_continue(job_t *j, bool cont)
{
/* Put the job into the foreground. Hack: ensure that stdin is marked as blocking first (#176). */
make_fd_blocking(STDIN_FILENO);
-
+
signal_block();
bool ok = terminal_give_to_job(j, cont);
@@ -1202,7 +1202,7 @@ void job_continue(job_t *j, bool cont)
}
}
}
-
+
/* Put the shell back in the foreground. */
if (job_get_flag(j, JOB_TERMINAL) && job_get_flag(j, JOB_FOREGROUND))
{