summaryrefslogtreecommitdiffstats
path: root/sys/sys/inflate.h
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 08:16:23 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 08:16:23 +0000
commitc86f0c7a71e7ade3e38b325c186a9cf374e0411e (patch)
tree176f04f674860c7cfae9ac5d2ff4d4e1d73cb2b7 /sys/sys/inflate.h
parent423ba8f9bc23d93bfc244aca9b12563b1c9de90d (diff)
downloadFreeBSD-src-c86f0c7a71e7ade3e38b325c186a9cf374e0411e.zip
FreeBSD-src-c86f0c7a71e7ade3e38b325c186a9cf374e0411e.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'sys/sys/inflate.h')
-rw-r--r--sys/sys/inflate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/inflate.h b/sys/sys/inflate.h
index 57a0c0f..a16ce4f 100644
--- a/sys/sys/inflate.h
+++ b/sys/sys/inflate.h
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: inflate.h,v 1.4 1994/10/22 11:40:38 phk Exp $
+ * $Id: inflate.h,v 1.5 1995/04/15 06:54:04 phk Exp $
*
*/
#ifndef _SYS_INFLATE_H_
@@ -27,7 +27,7 @@ struct inflate {
/* This pointer is passed along to the two functions below */
void *gz_private;
-
+
/* Fetch next character to be uncompressed */
int (*gz_input) (void *);
OpenPOWER on IntegriCloud