style(feuille.c): minor padding fix
This commit is contained in:
parent
5ba58b1bd7
commit
bb9a60b240
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ int main(int argc, char *argv[])
|
|||
setlocale(LC_ALL, "");
|
||||
|
||||
/* syslog setup */
|
||||
openlog("feuille", LOG_NDELAY | LOG_PERROR, LOG_USER);
|
||||
openlog("feuille", LOG_NDELAY | LOG_PERROR, LOG_USER);
|
||||
|
||||
/* settings */
|
||||
long long tmp;
|
||||
|
|
Reference in a new issue