mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-24 06:24:19 +02:00
Apply clang-format
This commit is contained in:
parent
78212cc830
commit
358f759166
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
int
|
||||
set_configuration(struct cg_server *server, char *content) {
|
||||
char *line;
|
||||
while((line = strtok_r(NULL, "\n", &content)) != NULL) {
|
||||
while((line = strtok_r(NULL, "\n", &content)) != NULL) {
|
||||
line[strcspn(line, "\n")] = '\0';
|
||||
if(*line != '\0' && *line != '#') {
|
||||
char *errstr = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue