cosmetic: fix visual grouping of the functions;

This commit is contained in:
Alexander Vdolainen 2025-10-28 02:22:31 +02:00
parent 39ac80efda
commit 067cb2df5e

View File

@ -157,15 +157,15 @@ void *ndbuf_rdata(ndbuf_t *);
/* return pointer to the data currently being read/write */
void *ndbuf_rdatacur(ndbuf_t *);
/* reset current pointer */
void ndbuf_resetcur(ndbuf_t *);
/* set flags to the raw buffer */
void ndbuf_setflags(ndbuf_t *, int);
/* exchange flags for raw buff */
void ndbuf_exflags(ndbuf_t *, int);
/* reset current pointer */
void ndbuf_resetcur(ndbuf_t *);
/* reset all the flags */
#define ndbuf_flagsreset(a) ndbuf_exflags((a), 0)