diff th_ioctx.h @ 616:594f197f7005

Slight improvements to the almost non-existing Doxygen documentation.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 17 Jan 2020 03:18:40 +0200
parents 70d44ba005ac
children 24cbab6e88c6
line wrap: on
line diff
--- a/th_ioctx.h	Fri Jan 17 00:01:55 2020 +0200
+++ b/th_ioctx.h	Fri Jan 17 03:18:40 2020 +0200
@@ -17,6 +17,7 @@
 #endif
 
 
+//
 // Typedefs and structures
 //
 struct th_ioctx;
@@ -44,7 +45,7 @@
 
 typedef struct th_ioctx_ops
 {
-    char    *name;                   ///< Name of this I/O ops definition
+    char    *name;                       ///< Name of this I/O ops definition
 
     int     (*fopen)(th_ioctx *ctx);
     void    (*fclose)(th_ioctx *ctx);