diff options
author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 08:16:23 +0000 |
---|---|---|
committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 08:16:23 +0000 |
commit | 9b2e535452929d6f2f798a2c01b23b1f547a0b0f (patch) | |
tree | 176f04f674860c7cfae9ac5d2ff4d4e1d73cb2b7 /sys/sys/snoop.h | |
parent | 44204187ec133a0ab7bd77c8d974ad5afd4d88b4 (diff) | |
download | src-9b2e535452929d6f2f798a2c01b23b1f547a0b0f.tar.gz src-9b2e535452929d6f2f798a2c01b23b1f547a0b0f.zip |
Remove trailing whitespace.
Notes
Notes:
svn path=/head/; revision=8876
Diffstat (limited to 'sys/sys/snoop.h')
-rw-r--r-- | sys/sys/snoop.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/snoop.h b/sys/sys/snoop.h index 82d5849747b3..2b7180b6219e 100644 --- a/sys/sys/snoop.h +++ b/sys/sys/snoop.h @@ -22,13 +22,13 @@ * usage there is no need to * allocate more. */ -#define SNOOP_MAXLEN (64*1024) /* This one also,64K enough +#define SNOOP_MAXLEN (64*1024) /* This one also,64K enough * If we grow more,something * really bad in this world.. */ /* - * This is the main snoop per-device + * This is the main snoop per-device * structure... */ |