changeset 787:482b0acef25a

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 29 Dec 2023 12:39:39 +0200
parents c51f056f3557
children 057da95d7447
files th_ioctx.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/th_ioctx.h	Wed Dec 20 08:04:04 2023 +0200
+++ b/th_ioctx.h	Fri Dec 29 12:39:39 2023 +0200
@@ -95,7 +95,7 @@
 //
 // I/O context management functions
 //
-th_ioctx_t *   th_io_new(const th_ioctx_ops_t *fops, const char *filename, const char *mode);
+th_ioctx_t * th_io_new(const th_ioctx_ops_t *fops, const char *filename, const char *mode);
 int          th_io_fopen(th_ioctx_t **pctx, const th_ioctx_ops_t *fops, const char *filename, const char *mode);
 int          th_io_reopen(th_ioctx_t *ctx, const char *mode);
 void         th_io_close(th_ioctx_t *ctx);