tabs->spaces

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