about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTUU.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-12-13 04:18:55 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1998-12-13 04:18:55 -0500
commit08fc6e5c6582f05f43c968931b04d698cf7abc86 (patch)
treee8dd5f36c333c4fec9bee88f9bffb370db7ee176 /WWW/Library/Implementation/HTUU.h
parent0654c7025fbe241efddf0c3b9e58817f262aeda9 (diff)
downloadlynx-snapshots-08fc6e5c6582f05f43c968931b04d698cf7abc86.tar.gz
snapshot of project "lynx", label v2-8-2dev_9
Diffstat (limited to 'WWW/Library/Implementation/HTUU.h')
-rw-r--r--WWW/Library/Implementation/HTUU.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/WWW/Library/Implementation/HTUU.h b/WWW/Library/Implementation/HTUU.h
index 3594b276..8aa48fd6 100644
--- a/WWW/Library/Implementation/HTUU.h
+++ b/WWW/Library/Implementation/HTUU.h
@@ -1,11 +1,11 @@
 /*                              ENCODING TO PRINTABLE CHARACTERS
-                                             
+
    File module provides functions HTUU_encode() and HTUU_decode() which convert a buffer
-   of bytes to/from RFC 1113 printable encoding format. This technique is similar to the
+   of bytes to/from RFC 1113 printable encoding format.  This technique is similar to the
    familiar Unix uuencode format in that it maps 6 binary bits to one ASCII character (or
    more aptly, 3 binary bytes to 4 ASCII characters).  However, RFC 1113 does not use the
    same mapping to printable characters as uuencode.
-   
+
  */
 
 #ifndef HTUU_H