summaryrefslogtreecommitdiff
path: root/fntfilio.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-09-16 13:17:52 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-09-16 13:17:52 -0700
commit1b66daf529d60196422ba71e77bb95ce74277447 (patch)
treedd3e25a3c7101885fe2ff9a55b277bc6374e99a8 /fntfilio.h
parent65861022b037b0262529c1e1eedecd0e00afb02d (diff)
Adopt X.Org standard coding style (via x-indent-all.sh)
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'fntfilio.h')
-rw-r--r--fntfilio.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/fntfilio.h b/fntfilio.h
index 7586318..0eb7693 100644
--- a/fntfilio.h
+++ b/fntfilio.h
@@ -33,7 +33,7 @@ in this Software without prior written authorization from The Open Group.
#include "bufio.h"
-typedef BufFilePtr FontFilePtr;
+typedef BufFilePtr FontFilePtr;
#define FontFileGetc(f) BufFileGet(f)
#define FontFilePutc(c,f) BufFilePut(c,f)
@@ -44,10 +44,10 @@ typedef BufFilePtr FontFilePtr;
#define FontFileEOF BUFFILEEOF
-extern FontFilePtr FontFileOpen ( const char *name );
-extern int FontFileClose ( FontFilePtr f );
-extern FontFilePtr FontFileOpenWrite ( const char *name );
-extern FontFilePtr FontFileOpenWriteFd ( int fd );
-extern FontFilePtr FontFileOpenFd ( int fd );
+extern FontFilePtr FontFileOpen(const char *name);
+extern int FontFileClose(FontFilePtr f);
+extern FontFilePtr FontFileOpenWrite(const char *name);
+extern FontFilePtr FontFileOpenWriteFd(int fd);
+extern FontFilePtr FontFileOpenFd(int fd);
-#endif /* _FNTFILIO_H_ */
+#endif /* _FNTFILIO_H_ */