tabs->spaces
This commit is contained in:
@@ -40,13 +40,13 @@ extern "C" {
|
||||
typedef struct DBuf DBuf;
|
||||
struct DBuf {
|
||||
/** Start of user data */
|
||||
unsigned char *start;
|
||||
unsigned char *start;
|
||||
/** End of user data */
|
||||
unsigned char *end;
|
||||
unsigned char *end;
|
||||
/** Start of underlying buffer. Internal use.*/
|
||||
unsigned char *bufstart;
|
||||
unsigned char *bufstart;
|
||||
/** End of underlying buffer. Internal use.*/
|
||||
unsigned char *bufend;
|
||||
unsigned char *bufend;
|
||||
};
|
||||
/** Free the internals of a DBuf, does not free buf itself.
|
||||
* Does nothing if buf == NULL
|
||||
|
||||
Reference in New Issue
Block a user