summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sig.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-02 09:09:25 +0000
committerphk <phk@FreeBSD.org>2002-10-02 09:09:25 +0000
commit76d8452fbf18bce17a23e44b82b63c40eae1a607 (patch)
treec214d8704bb52b09008782c20f588c51ad68e54b /sys/kern/kern_sig.c
parenteb28a1f9053e6980a29301c525759024b6385e31 (diff)
downloadFreeBSD-src-76d8452fbf18bce17a23e44b82b63c40eae1a607.zip
FreeBSD-src-76d8452fbf18bce17a23e44b82b63c40eae1a607.tar.gz
Fix mis-indentation.
Spotted by: FlexeLint
Diffstat (limited to 'sys/kern/kern_sig.c')
-rw-r--r--sys/kern/kern_sig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c
index f6fa38b..0d5000e 100644
--- a/sys/kern/kern_sig.c
+++ b/sys/kern/kern_sig.c
@@ -1579,7 +1579,7 @@ tdsignal(struct thread *td, int sig, sig_t action)
if (TD_IS_RUNNING(td) && td != curthread) {
forward_signal(td);
}
- }
+ }
#endif
}
OpenPOWER on IntegriCloud