1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-11 10:38:12 +00:00

fixed super ugly indentation

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@33 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2005-07-30 22:59:01 +00:00
parent 022a4cdda8
commit 36d77be10c
2 changed files with 670 additions and 908 deletions

1573
conky.c

File diff suppressed because it is too large Load Diff

View File

@ -116,7 +116,8 @@ void *fetch_ftp()
initFtp();
res = connectFtp(metar_server, 0);
if (res < 0) {
ERR("Couldn't connect to %s, retrying\n", metar_server);
ERR("Couldn't connect to %s, retrying\n",
metar_server);
continue;
}
res = changeFtpDirectory(metar_path);
@ -162,7 +163,7 @@ void update_metar()
pthread_cancel(thread1);
status = 2;
iret1 = pthread_create(&thread1, NULL, fetch_ftp, NULL);
} else { /* status must be 1 */
} else { /* status must be 1 */
pthread_join(thread1, NULL);
status = 2;
iret1 = pthread_create(&thread1, NULL, fetch_ftp, NULL);