1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-16 06:25:23 +00:00

change indentation from tabs to spaces

This commit is contained in:
fosslinux 2019-08-03 18:30:05 +10:00
parent b0f8d60f93
commit b25c484c92
9 changed files with 2110 additions and 2121 deletions

View File

@ -92,4 +92,3 @@ int main(int argc, char *argv[])
fclose(fp);
return 0;
}

2
file.c
View File

@ -428,5 +428,3 @@ void gopher_file(state *st)
else
send_binary_file(st);
}

View File

@ -794,4 +794,3 @@ get_selector:
/* Clean exit */
return OK;
}

View File

@ -450,5 +450,3 @@ typedef struct {
#include "files.h"
#endif

1
menu.c
View File

@ -689,4 +689,3 @@ void gopher_menu(state *st)
/* Print footer */
footer(st);
}

View File

@ -201,4 +201,3 @@ void parse_args(state *st, int argc, char *argv[])
else strclear(st->server_location);
}
}

View File

@ -327,5 +327,3 @@ float loadavg(void)
return 0;
#endif
}

View File

@ -149,4 +149,3 @@ void update_shm_session(state *st, shm_state *shm)
}
}
#endif