diff options
| author | Alexander Barton <alex@barton.de> | 2015-08-01 15:15:30 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2015-08-01 15:15:30 +0200 |
| commit | 9811223fb882413645db38948ac05fa21ddd3514 (patch) | |
| tree | a60234374e245ada0e983e29b59bf5a3bf5dfe5b /src/portab/portabtest.c | |
| parent | 0083fe177f727af6ab43e190e3bea8a94555348e (diff) | |
| download | ngircd-9811223fb882413645db38948ac05fa21ddd3514.tar.gz ngircd-9811223fb882413645db38948ac05fa21ddd3514.zip | |
Whitespace fixes (no functional changes)
Diffstat (limited to 'src/portab/portabtest.c')
| -rw-r--r-- | src/portab/portabtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portab/portabtest.c b/src/portab/portabtest.c index 49807657..e7b0dcc8 100644 --- a/src/portab/portabtest.c +++ b/src/portab/portabtest.c @@ -196,7 +196,7 @@ main(void) Check_strlcat(); Check_strtok_r(); Check_vsnprintf(2+10, "%s%s", "ab", "1234567890"); - + return 0; } |