1
0
mirror of https://github.com/falk-werner/webfuse synced 2026-03-02 03:40:24 +00:00

add newline at end of file

This commit is contained in:
Falk Werner
2023-01-25 21:22:51 +01:00
parent 5db3b28b5a
commit 7d4f3a1d86
43 changed files with 43 additions and 45 deletions

View File

@@ -34,4 +34,4 @@ daemon::~daemon()
p.kill(SIGINT);
}
}
}

View File

@@ -60,4 +60,4 @@ std::string const & fixture::get_path() const
}
}
}

View File

@@ -90,4 +90,4 @@ int process::wait()
return exit_code;
}
}
}

View File

@@ -20,4 +20,4 @@ std::string const & tempdir::name() const
return path;
}
}
}