tabs->spaces
This commit is contained in:
@@ -17,13 +17,13 @@ extern "C" {
|
||||
typedef struct GBuf GBuf;
|
||||
struct GBuf {
|
||||
/** Allocated buffer length.*/
|
||||
size_t len;
|
||||
size_t len;
|
||||
/** Used space in the buffer */
|
||||
size_t used;
|
||||
size_t used;
|
||||
/** Reference count */
|
||||
size_t ref_cnt;
|
||||
/** The data */
|
||||
void *buf;
|
||||
void *buf;
|
||||
};
|
||||
|
||||
/** Allocate a new GBuf.
|
||||
|
||||
Reference in New Issue
Block a user