Trailing whitespaces
This commit is contained in:
parent
23e04e4810
commit
6b88534a5b
1 changed files with 4 additions and 4 deletions
8
stt.c
8
stt.c
|
|
@ -1,6 +1,6 @@
|
||||||
#ifndef _DEFAULT_SOURCE
|
#ifndef _DEFAULT_SOURCE
|
||||||
#define _DEFAULT_SOURCE
|
#define _DEFAULT_SOURCE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
#define free_and_null(x) do { \
|
#define free_and_null(x) do { \
|
||||||
if (x) { free (x); x = NULL; } \
|
if (x) { free (x); x = NULL; } \
|
||||||
} while (0);
|
} while (0);
|
||||||
|
|
||||||
char *argv0;
|
char *argv0;
|
||||||
|
|
||||||
|
|
@ -304,8 +304,8 @@ timesnode_print(struct timesnode * p, time_t aftertime)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
timesnode_free (struct timesnode *p)
|
timesnode_free (struct timesnode *p)
|
||||||
{
|
{
|
||||||
if (p->left) {
|
if (p->left) {
|
||||||
timesnode_free (p->left);
|
timesnode_free (p->left);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue