tabs->spaces

This commit is contained in:
Nils O. Selåsdal
2013-11-22 20:06:05 +01:00
parent 3e05476694
commit 9090de0663
31 changed files with 1214 additions and 1214 deletions
+3 -3
View File
@@ -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.