Code style: fix misaligned and trailing whitespaces

This commit is contained in:
Albert Safin
2020-02-21 02:06:48 +00:00
parent 854885ea9d
commit d3976fee8c
6 changed files with 10 additions and 10 deletions

View File

@ -91,7 +91,7 @@ char *get_exe_path(const char *argv0) {
free(destpath);
sasprintf(&destpath, "%s/%s", component, argv0);
/* Of course this is not 100% equivalent to actually exec()ing the
* binary, but meh. */
* binary, but meh. */
if (access(destpath, X_OK) == 0) {
free(path);
free(tmp);