tab => spc, year++

This commit is contained in:
TLINDEN
2016-09-22 21:37:30 +02:00
parent 479f954986
commit 019c055e56
13 changed files with 86 additions and 86 deletions

6
log.c
View File

@@ -1,7 +1,7 @@
/*
This file is part of udpxd.
Copyright (C) 2015 T.v.Dein.
Copyright (C) 2015-2016 T.v.Dein.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -33,10 +33,10 @@ void verbose(const char * fmt, ...) {
va_end(ap);
if(FORKED) {
syslog(LOG_INFO, "%s", msg);
syslog(LOG_INFO, "%s", msg);
}
else {
fprintf(stderr, "%s", msg);
fprintf(stderr, "%s", msg);
}
}
else {