summaryrefslogtreecommitdiff
path: root/iperlsys.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-03-07 17:02:37 -0700
committerKarl Williamson <khw@cpan.org>2020-03-16 08:16:14 -0600
commit323b85475058211d2b3d4629d7e95c56bee99c53 (patch)
tree53484e5982a2f42d15ad0fc7387c23f1c46b2db8 /iperlsys.h
parent94c8b9c1f0f31f0e85c11a61ad166ea156ae2b3a (diff)
downloadperl-323b85475058211d2b3d4629d7e95c56bee99c53.tar.gz
iperlsys.h: White-space only
Diffstat (limited to 'iperlsys.h')
-rw-r--r--iperlsys.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/iperlsys.h b/iperlsys.h
index 8cdc8ce797..c176ad5c55 100644
--- a/iperlsys.h
+++ b/iperlsys.h
@@ -3,9 +3,8 @@
*
* This file defines the system level functionality that perl needs.
*
- * When using C, this definition is in the form of a set of macros
- * that can be #defined to the system-level function (or a wrapper
- * provided elsewhere).
+ * When using C, this definition is in the form of a set of macros that can be
+ * #defined to the system-level function (or a wrapper provided elsewhere).
*
* GSAR 21-JUN-98
*/
@@ -19,8 +18,8 @@
* XXX := functional group
* YYY := stdlib/OS function name
*
- * Continuing with the theme of PerlIO, all OS functionality was
- * encapsulated into one of several interfaces.
+ * Continuing with the theme of PerlIO, all OS functionality was encapsulated
+ * into one of several interfaces.
*
* PerlIO - stdio
* PerlLIO - low level I/O
@@ -66,7 +65,7 @@ typedef Sighandler1_t Sighandler_t;
/* IPerlStdIO */
struct IPerlStdIO;
struct IPerlStdIOInfo;
-typedef FILE* (*LPStdin)(struct IPerlStdIO*);
+typedef FILE* (*LPStdin)(struct IPerlStdIO*);
typedef FILE* (*LPStdout)(struct IPerlStdIO*);
typedef FILE* (*LPStderr)(struct IPerlStdIO*);
typedef FILE* (*LPOpen)(struct IPerlStdIO*, const char*,