about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTPlain.h
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/HTPlain.h')
-rw-r--r--WWW/Library/Implementation/HTPlain.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/WWW/Library/Implementation/HTPlain.h b/WWW/Library/Implementation/HTPlain.h
index 163b48e1..92dcc061 100644
--- a/WWW/Library/Implementation/HTPlain.h
+++ b/WWW/Library/Implementation/HTPlain.h
@@ -8,9 +8,8 @@
 #include <HTStream.h>
 #include <HTAnchor.h>
 
-extern HTStream* HTPlainPresent (
-        HTPresentation *        pres,
-        HTParentAnchor *        anchor,
-        HTStream *              sink);
+extern HTStream *HTPlainPresent(HTPresentation *pres,
+				HTParentAnchor *anchor,
+				HTStream *sink);
 
 #endif /* HTPLAIN_H */