summaryrefslogtreecommitdiffstats
path: root/bin/sh/trap.c
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 00:07:29 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 00:07:29 +0000
commit188803394908f222ab3ed8ec32331eb6dd00fd2d (patch)
treeac48fd8c79dd9f0b338762a1129b83587ab3a39f /bin/sh/trap.c
parent8737971a6da37e8fb1df8b8129813b45db5d6261 (diff)
downloadFreeBSD-src-188803394908f222ab3ed8ec32331eb6dd00fd2d.zip
FreeBSD-src-188803394908f222ab3ed8ec32331eb6dd00fd2d.tar.gz
Remove trailing whitespace.
Reviewed by: phk
Diffstat (limited to 'bin/sh/trap.c')
-rw-r--r--bin/sh/trap.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/sh/trap.c b/bin/sh/trap.c
index f478180..a09a0cf9 100644
--- a/bin/sh/trap.c
+++ b/bin/sh/trap.c
@@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: trap.c,v 1.2 1994/09/24 02:58:18 davidg Exp $
*/
#ifndef lint
@@ -187,13 +187,13 @@ setsignal(signo) {
}
}
t = &sigmode[signo - 1];
- if (*t == 0) {
- /*
- * current setting unknown
+ if (*t == 0) {
+ /*
+ * current setting unknown
*/
sigact = getsigaction(signo);
if (sigact == SIG_IGN) {
- if (mflag && (signo == SIGTSTP ||
+ if (mflag && (signo == SIGTSTP ||
signo == SIGTTIN || signo == SIGTTOU)) {
*t = S_IGN; /* don't hard ignore these */
} else
OpenPOWER on IntegriCloud