diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 05:51:47 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 05:51:47 +0000 |
commit | f05428e4cd63dde97bac14b84dd146a5c00455e3 (patch) | |
tree | e1331adb5d216f2b3fa6baa6491752348d2e5f10 /libexec/xtend | |
parent | 6de57e42c294763c78d77b0a9a7c5a08008a378a (diff) | |
download | FreeBSD-src-f05428e4cd63dde97bac14b84dd146a5c00455e3.zip FreeBSD-src-f05428e4cd63dde97bac14b84dd146a5c00455e3.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'libexec/xtend')
-rw-r--r-- | libexec/xtend/packet.c | 2 | ||||
-rw-r--r-- | libexec/xtend/status.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libexec/xtend/packet.c b/libexec/xtend/packet.c index 19958a9..8dfad88 100644 --- a/libexec/xtend/packet.c +++ b/libexec/xtend/packet.c @@ -314,4 +314,4 @@ unsigned char *p; } } } -} +} diff --git a/libexec/xtend/status.c b/libexec/xtend/status.c index c09ae85..2ee3812 100644 --- a/libexec/xtend/status.c +++ b/libexec/xtend/status.c @@ -59,7 +59,7 @@ initstatus() * Checkpoint status of any devices whose status has changed * and notify anyone monitoring those devices. */ - + checkpoint_status() { int h, i, k, offset; |